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