Smart completion: no items of unresolved types
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user