Auto-import popup uses new algorithm for import insertion
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
// "Import" "true"
|
||||
// ERROR: Unresolved reference: Nested
|
||||
|
||||
import test.Test
|
||||
|
||||
val a = <caret>Test.Nested
|
||||
@@ -0,0 +1,4 @@
|
||||
// "Import" "true"
|
||||
// ERROR: Unresolved reference: Nested
|
||||
|
||||
val a = <caret>Nested
|
||||
@@ -0,0 +1,5 @@
|
||||
package test
|
||||
|
||||
class Test {
|
||||
class Nested
|
||||
}
|
||||
Reference in New Issue
Block a user