We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 18f56fe + 3a5c300 commit 20fee6dCopy full SHA for 20fee6d
tests/neg/i2730.scala
@@ -0,0 +1,8 @@
1
+object Test {
2
+ def test: Unit = {
3
+ val x = iDontExist(32) // error: not found: iDontExist
4
+ val y = x
5
+ x + x
6
+ println(x)
7
+ }
8
+}
0 commit comments