K2: add test to reproduce KT-64266
This commit is contained in:
committed by
Space Team
parent
81efc8d7c7
commit
44aa2d86d3
+6
@@ -22886,6 +22886,12 @@ public class DiagnosticCompilerTestFE10TestdataTestGenerated extends AbstractDia
|
||||
runTest("compiler/testData/diagnostics/tests/javac/Lambda.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("LambdaNonGeneric.kt")
|
||||
public void testLambdaNonGeneric() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/javac/LambdaNonGeneric.kt");
|
||||
}
|
||||
|
||||
@Nested
|
||||
@TestMetadata("compiler/testData/diagnostics/tests/javac/fieldsResolution")
|
||||
@TestDataPath("$PROJECT_ROOT")
|
||||
|
||||
+6
@@ -22886,6 +22886,12 @@ public class LLFirPreresolvedReversedDiagnosticCompilerFE10TestDataTestGenerated
|
||||
runTest("compiler/testData/diagnostics/tests/javac/Lambda.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("LambdaNonGeneric.kt")
|
||||
public void testLambdaNonGeneric() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/javac/LambdaNonGeneric.kt");
|
||||
}
|
||||
|
||||
@Nested
|
||||
@TestMetadata("compiler/testData/diagnostics/tests/javac/fieldsResolution")
|
||||
@TestDataPath("$PROJECT_ROOT")
|
||||
|
||||
Reference in New Issue
Block a user