Skip to content

Commit 8eb69ef

Browse files
authored
Update local-warm.scala
1 parent 93ec7cb commit 8eb69ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/init/neg/local-warm.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ abstract class A {
99

1010
class C extends A {
1111
def g() = {
12-
val t = m1()
12+
val t = m1() // error
1313
t.x
1414
}
1515
val x = g()

0 commit comments

Comments
 (0)