Fixed KT-1476 Code completion for not imported properties
#KT-1476 Fixed
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
fun foo() {
|
||||
glob<caret>
|
||||
}
|
||||
|
||||
// EXIST: "globalProperty"
|
||||
@@ -0,0 +1,3 @@
|
||||
package foo.bar
|
||||
|
||||
val globalProperty: Int = 1
|
||||
Reference in New Issue
Block a user