Skip to content

Commit f02b8e2

Browse files
committed
Make test fail again
1 parent 37258d0 commit f02b8e2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/init/neg/inner11.scala

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ object NameKinds {
1313
type ThisInfo = Info
1414
val info: Info = new Info
1515
println(info.kind) // error
16+
val n = 10
1617
}
1718
}
1819

@@ -32,4 +33,4 @@ object NameKinds2 {
3233
val info: Info = new Info
3334
println(info.kind) // ok
3435
}
35-
}
36+
}

0 commit comments

Comments
 (0)