Add tests for obsolete issues
#KT-32207 Obsolete #KT-32836 Obsolete #KT-32949 Obsolete #KT-9384 Obsolete
This commit is contained in:
@@ -10370,6 +10370,11 @@ public class DiagnosticsTestGenerated extends AbstractDiagnosticsTest {
|
||||
runTest("compiler/testData/diagnostics/tests/inference/nothingType/kt32081.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt32207.kt")
|
||||
public void testKt32207() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/inference/nothingType/kt32207.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt32388.kt")
|
||||
public void testKt32388() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/inference/nothingType/kt32388.kt");
|
||||
@@ -17117,6 +17122,11 @@ public class DiagnosticsTestGenerated extends AbstractDiagnosticsTest {
|
||||
runTest("compiler/testData/diagnostics/tests/regressions/kt328.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt32836.kt")
|
||||
public void testKt32836() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/regressions/kt32836.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt334.kt")
|
||||
public void testKt334() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/regressions/kt334.kt");
|
||||
@@ -17387,6 +17397,11 @@ public class DiagnosticsTestGenerated extends AbstractDiagnosticsTest {
|
||||
runTest("compiler/testData/diagnostics/tests/regressions/kt860.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt9384.kt")
|
||||
public void testKt9384() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/regressions/kt9384.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt9620.kt")
|
||||
public void testKt9620() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/regressions/kt9620.kt");
|
||||
|
||||
Reference in New Issue
Block a user