[NI] Convert extension lambda to the non-extension one, if needed
#KT-30245 fixed
This commit is contained in:
@@ -17590,6 +17590,11 @@ public class DiagnosticsTestGenerated extends AbstractDiagnosticsTest {
|
||||
runTest("compiler/testData/diagnostics/tests/regressions/kt302.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt30245.kt")
|
||||
public void testKt30245() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/regressions/kt30245.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt306.kt")
|
||||
public void testKt306() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/regressions/kt306.kt");
|
||||
|
||||
Generated
+5
@@ -17580,6 +17580,11 @@ public class DiagnosticsUsingJavacTestGenerated extends AbstractDiagnosticsUsing
|
||||
runTest("compiler/testData/diagnostics/tests/regressions/kt302.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt30245.kt")
|
||||
public void testKt30245() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/regressions/kt30245.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt306.kt")
|
||||
public void testKt306() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/regressions/kt306.kt");
|
||||
|
||||
Reference in New Issue
Block a user