Skip to content

Commit 4902271

Browse files
committed
Make test more robust
Pick a less common name for the missing identifier. Depending on my classpath I sometimes got `x is not a package` as an additional error for this one.
1 parent 987c590 commit 4902271

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/neg/i1605.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
object Test {
22
def foo = inlineMe
33

4-
inline def inlineMe = 1 + x // error
4+
inline def inlineMe = 1 + x2233 // error
55
}

0 commit comments

Comments
 (0)