[NI] Fix diagnostic reporting for missing type parameter info
#KT-31975 fixed
This commit is contained in:
@@ -17407,6 +17407,11 @@ public class DiagnosticsTestGenerated extends AbstractDiagnosticsTest {
|
||||
runTest("compiler/testData/diagnostics/tests/regressions/kt316.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt31975.kt")
|
||||
public void testKt31975() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/regressions/kt31975.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt32205.kt")
|
||||
public void testKt32205() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/regressions/kt32205.kt");
|
||||
|
||||
Generated
+5
@@ -17397,6 +17397,11 @@ public class DiagnosticsUsingJavacTestGenerated extends AbstractDiagnosticsUsing
|
||||
runTest("compiler/testData/diagnostics/tests/regressions/kt316.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt31975.kt")
|
||||
public void testKt31975() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/regressions/kt31975.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt32205.kt")
|
||||
public void testKt32205() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/regressions/kt32205.kt");
|
||||
|
||||
Reference in New Issue
Block a user