check argument types through complete phase

with right data flow info
This commit is contained in:
Svetlana Isakova
2013-06-21 13:54:42 +04:00
parent 4f2df78066
commit 2eadd5202d
4 changed files with 27 additions and 0 deletions
@@ -5052,6 +5052,11 @@ public class JetDiagnosticsTestGenerated extends AbstractDiagnosticsTestWithEage
doTest("compiler/testData/diagnostics/tests/smartCasts/combineWithNoSelectorInfo.kt");
}
@TestMetadata("dataFlowInfoForArguments.kt")
public void testDataFlowInfoForArguments() throws Exception {
doTest("compiler/testData/diagnostics/tests/smartCasts/dataFlowInfoForArguments.kt");
}
@TestMetadata("kt1461.kt")
public void testKt1461() throws Exception {
doTest("compiler/testData/diagnostics/tests/smartCasts/kt1461.kt");