K2: reproduce KT-56614
This commit is contained in:
committed by
Space Team
parent
39c38aa588
commit
ce381f335d
+6
@@ -4251,6 +4251,12 @@ public class DiagnosticCompilerTestFirTestdataTestGenerated extends AbstractDiag
|
||||
runTest("compiler/fir/analysis-tests/testData/resolve/samConversions/samSupertypeWithOverride.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("samVsLambda.kt")
|
||||
public void testSamVsLambda() throws Exception {
|
||||
runTest("compiler/fir/analysis-tests/testData/resolve/samConversions/samVsLambda.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("samWithEquals.kt")
|
||||
public void testSamWithEquals() throws Exception {
|
||||
|
||||
+6
@@ -4251,6 +4251,12 @@ public class LLFirPreresolvedReversedDiagnosticCompilerFirTestDataTestGenerated
|
||||
runTest("compiler/fir/analysis-tests/testData/resolve/samConversions/samSupertypeWithOverride.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("samVsLambda.kt")
|
||||
public void testSamVsLambda() throws Exception {
|
||||
runTest("compiler/fir/analysis-tests/testData/resolve/samConversions/samVsLambda.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("samWithEquals.kt")
|
||||
public void testSamWithEquals() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user