Smart completion: no items of unresolved types

This commit is contained in:
Valentin Kipyatkov
2013-12-19 18:52:51 +04:00
parent ac191a7dbb
commit 9627a335c2
4 changed files with 28 additions and 4 deletions
@@ -216,11 +216,21 @@ public class JvmSmartCompletionTestGenerated extends AbstractJvmSmartCompletionT
doTest("idea/testData/completion/smart/QualifiedThisOfExtensionLambda3.kt");
}
@TestMetadata("SkipUnresolvedTypes.kt")
public void testSkipUnresolvedTypes() throws Exception {
doTest("idea/testData/completion/smart/SkipUnresolvedTypes.kt");
}
@TestMetadata("This.kt")
public void testThis() throws Exception {
doTest("idea/testData/completion/smart/This.kt");
}
@TestMetadata("UnresolvedExpectedType.kt")
public void testUnresolvedExpectedType() throws Exception {
doTest("idea/testData/completion/smart/UnresolvedExpectedType.kt");
}
@TestMetadata("VariableInitializer.kt")
public void testVariableInitializer() throws Exception {
doTest("idea/testData/completion/smart/VariableInitializer.kt");