KT-8208: Support static members completion when receiver not-imported
#KT-8208 fixed
This commit is contained in:
Vendored
+7
@@ -0,0 +1,7 @@
|
||||
package foo
|
||||
|
||||
object Bar {
|
||||
fun member() {
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user