KT-3133 Editor suggest to specify the package when it already has specified
Do not suggest imports in imports and in qualified names #KT-3133 Fixed
This commit is contained in:
+6
@@ -0,0 +1,6 @@
|
||||
// "Import" "false"
|
||||
// ERROR: Unresolved reference: SomeTest
|
||||
|
||||
package testing
|
||||
|
||||
val x = testing.<caret>SomeTest()
|
||||
Reference in New Issue
Block a user