Split testdata of #KT-25432 and #KT-29767

This commit is contained in:
Dmitriy Novozhilov
2019-02-07 14:35:33 +03:00
parent 49a42f9434
commit a4d6f72ad1
6 changed files with 27 additions and 11 deletions
@@ -19894,6 +19894,11 @@ public class DiagnosticsTestGenerated extends AbstractDiagnosticsTest {
runTest("compiler/testData/diagnostics/tests/smartCasts/inference/kt2851.kt");
}
@TestMetadata("kt29767.kt")
public void testKt29767() throws Exception {
runTest("compiler/testData/diagnostics/tests/smartCasts/inference/kt29767.kt");
}
@TestMetadata("kt4009.kt")
public void testKt4009() throws Exception {
runTest("compiler/testData/diagnostics/tests/smartCasts/inference/kt4009.kt");