Skip to content

Commit 246e7b7

Browse files
authored
Merge pull request #2097 from dotty-staging/fix-i1706
Fix #1706: add test
2 parents 1e81b72 + 05d974b commit 246e7b7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/neg/i1706.scala

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
object Test {
2+
println (Object.reflect.runtime.universe.reify (new Object().getClass)) // error: not found Object
3+
}

0 commit comments

Comments
 (0)