Fixed KT-6075 Qualified name inserted when completing class with class object
#KT-6075 Fixed
This commit is contained in:
@@ -62,6 +62,10 @@ public class CompletionMultifileHandlerTest extends KotlinCompletionTestCase {
|
||||
doTest();
|
||||
}
|
||||
|
||||
public void testClassWithClassObject() throws Exception {
|
||||
doTest();
|
||||
}
|
||||
|
||||
public void doTest() throws Exception {
|
||||
String fileName = getTestName(false);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user