Enabled test

This commit is contained in:
Valentin Kipyatkov
2015-08-12 18:28:41 +03:00
parent 7b149c10c1
commit f3e7560593
2 changed files with 6 additions and 0 deletions
@@ -1228,6 +1228,12 @@ public class JvmSmartCompletionTestGenerated extends AbstractJvmSmartCompletionT
JetTestUtils.assertAllTestsPresentByMetadata(this.getClass(), new File("idea/idea-completion/testData/smart/smartCasts"), Pattern.compile("^(.+)\\.kt$"), true);
}
@TestMetadata("AutoNotNullThisType.kt")
public void testAutoNotNullThisType() throws Exception {
String fileName = JetTestUtils.navigationMetadata("idea/idea-completion/testData/smart/smartCasts/AutoNotNullThisType.kt");
doTest(fileName);
}
@TestMetadata("AutoNotNullType.kt")
public void testAutoNotNullType() throws Exception {
String fileName = JetTestUtils.navigationMetadata("idea/idea-completion/testData/smart/smartCasts/AutoNotNullType.kt");