KT-3165 Weird stack overflow in IDE (test added)
This commit is contained in:
+13
@@ -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
|
||||||
|
}
|
||||||
+13
@@ -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
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user