DataFlowInfo taken into account when resolving component functions

This commit is contained in:
Andrey Breslav
2012-08-17 20:39:56 +04:00
parent b44c6f2d6e
commit 2dc6691c1a
3 changed files with 20 additions and 1 deletions
@@ -1053,6 +1053,11 @@ public class JetDiagnosticsTestGenerated extends AbstractDiagnosticsTestWithEage
JetTestUtils.assertAllTestsPresentByMetadata(this.getClass(), "org.jetbrains.jet.checkers.AbstractDiagnosticsTestWithEagerResolve", new File("compiler/testData/diagnostics/tests/declarationChecks"), "kt", false);
}
@TestMetadata("DataFlowInfoInMultiDecl.kt")
public void testDataFlowInfoInMultiDecl() throws Exception {
doTest("compiler/testData/diagnostics/tests/declarationChecks/DataFlowInfoInMultiDecl.kt");
}
@TestMetadata("kt1141.kt")
public void testKt1141() throws Exception {
doTest("compiler/testData/diagnostics/tests/declarationChecks/kt1141.kt");