KT-3165 Weird stack overflow in IDE (test added)

This commit is contained in:
Nikolay Krasko
2012-12-27 18:48:03 +04:00
parent d4e3a4f74d
commit f05de2ffc8
2 changed files with 26 additions and 0 deletions
@@ -0,0 +1,13 @@
// "Import Class" "false"
// KT-3165 Weird stack overflow in IDE
// ERROR: Unresolved reference: Bar
// ERROR: Unresolved reference: SomeImpossibleName
import Foo.Bar
class Foo
fun f() {
<caret>SomeImpossibleName
}