[NI] Don't loose diagnostic after type variable fixation
#KT-24488 Fixed
This commit is contained in:
@@ -17252,6 +17252,11 @@ public class DiagnosticsTestGenerated extends AbstractDiagnosticsTest {
|
||||
runTest("compiler/testData/diagnostics/tests/regressions/kt2376.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt24488.kt")
|
||||
public void testKt24488() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/regressions/kt24488.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt251.kt")
|
||||
public void testKt251() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/regressions/kt251.kt");
|
||||
|
||||
Generated
+5
@@ -17242,6 +17242,11 @@ public class DiagnosticsUsingJavacTestGenerated extends AbstractDiagnosticsUsing
|
||||
runTest("compiler/testData/diagnostics/tests/regressions/kt2376.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt24488.kt")
|
||||
public void testKt24488() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/regressions/kt24488.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt251.kt")
|
||||
public void testKt251() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/regressions/kt251.kt");
|
||||
|
||||
Reference in New Issue
Block a user