K2: add test for KT-56954
This commit is contained in:
committed by
Space Team
parent
f946ddeb40
commit
7a6ff5de34
+6
@@ -6291,6 +6291,12 @@ public class DiagnosisCompilerFirTestdataTestGenerated extends AbstractDiagnosis
|
||||
runTest("compiler/fir/analysis-tests/testData/resolveWithStdlib/intellij/IntersectionWithJavaString.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("lambdaForKfunction.kt")
|
||||
public void testLambdaForKfunction() throws Exception {
|
||||
runTest("compiler/fir/analysis-tests/testData/resolveWithStdlib/intellij/lambdaForKfunction.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("ParentOfType.kt")
|
||||
public void testParentOfType() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user