Add regression tests
KT-32358
This commit is contained in:
@@ -20522,6 +20522,21 @@ public class DiagnosticsTestGenerated extends AbstractDiagnosticsTest {
|
||||
runTest("compiler/testData/diagnostics/tests/smartCasts/kt3224.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt32358_1.kt")
|
||||
public void testKt32358_1() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/smartCasts/kt32358_1.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt32358_2.kt")
|
||||
public void testKt32358_2() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/smartCasts/kt32358_2.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt32358_3.kt")
|
||||
public void testKt32358_3() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/smartCasts/kt32358_3.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt3244.kt")
|
||||
public void testKt3244() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/smartCasts/kt3244.kt");
|
||||
|
||||
Generated
+15
@@ -20447,6 +20447,21 @@ public class DiagnosticsUsingJavacTestGenerated extends AbstractDiagnosticsUsing
|
||||
runTest("compiler/testData/diagnostics/tests/smartCasts/kt3224.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt32358_1.kt")
|
||||
public void testKt32358_1() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/smartCasts/kt32358_1.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt32358_2.kt")
|
||||
public void testKt32358_2() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/smartCasts/kt32358_2.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt32358_3.kt")
|
||||
public void testKt32358_3() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/smartCasts/kt32358_3.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt3244.kt")
|
||||
public void testKt3244() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/smartCasts/kt3244.kt");
|
||||
|
||||
Reference in New Issue
Block a user