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:
+8
@@ -0,0 +1,8 @@
|
||||
// "Import" "true"
|
||||
// ERROR: Unresolved reference: Some
|
||||
|
||||
package testing
|
||||
|
||||
fun testing() {
|
||||
<caret>Some.test()
|
||||
}
|
||||
Reference in New Issue
Block a user