Support flexible types in DataFlowValues

This commit is contained in:
Andrey Breslav
2014-06-25 15:10:36 +04:00
parent f7de0e274c
commit 45c1fa3741
4 changed files with 36 additions and 1 deletions
@@ -7695,6 +7695,11 @@ public class JetDiagnosticsTestGenerated extends AbstractJetDiagnosticsTest {
JetTestUtils.assertAllTestsPresentByMetadata(this.getClass(), new File("compiler/testData/diagnostics/tests/platformTypes"), Pattern.compile("^(.+)\\.kt$"), true);
}
@TestMetadata("dereference.kt")
public void testDereference() throws Exception {
doTest("compiler/testData/diagnostics/tests/platformTypes/dereference.kt");
}
@TestMetadata("compiler/testData/diagnostics/tests/platformTypes/methodCall")
@TestDataPath("$PROJECT_ROOT")
@RunWith(org.jetbrains.jet.JUnit3RunnerWithInners.class)