KT-3461 Nullable argument allowed where shouldn't be

#KT-3461 Fixed
This commit is contained in:
Svetlana Isakova
2013-04-01 19:07:04 +04:00
parent dd0acf6013
commit 12c0a2cb77
5 changed files with 47 additions and 16 deletions
@@ -2195,6 +2195,11 @@ public class JetDiagnosticsTestGenerated extends AbstractDiagnosticsTestWithEage
doTest("compiler/testData/diagnostics/tests/inference/nestedCalls/kt3395.kt");
}
@TestMetadata("kt3461checkTypes.kt")
public void testKt3461checkTypes() throws Exception {
doTest("compiler/testData/diagnostics/tests/inference/nestedCalls/kt3461checkTypes.kt");
}
}
@TestMetadata("compiler/testData/diagnostics/tests/inference/regressions")