KT-8208: Support static members completion when receiver not-imported
#KT-8208 fixed
This commit is contained in:
@@ -1116,7 +1116,7 @@ fun main(args: Array<String>) {
|
||||
}
|
||||
|
||||
testClass<AbstractBasicCompletionHandlerTest> {
|
||||
model("handlers/basic")
|
||||
model("handlers/basic", pattern = KT_WITHOUT_DOTS_IN_NAME)
|
||||
}
|
||||
|
||||
testClass<AbstractSmartCompletionHandlerTest> {
|
||||
|
||||
Reference in New Issue
Block a user