Fixed KT-6075 Qualified name inserted when completing class with class object

#KT-6075 Fixed
This commit is contained in:
Valentin Kipyatkov
2014-10-20 20:23:40 +04:00
parent 3a2a7427e7
commit d8dbc46867
5 changed files with 40 additions and 24 deletions
@@ -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);