[FIR] Add tests for KT-50386 and KT-50646
This commit is contained in:
committed by
Space Team
parent
092ebf4c11
commit
8ae5213155
+12
@@ -1059,6 +1059,12 @@ public class DiagnosisCompilerFirTestdataTestGenerated extends AbstractDiagnosis
|
||||
runTest("compiler/fir/analysis-tests/testData/resolve/callResolution/kt37056.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt50386.kt")
|
||||
public void testKt50386() throws Exception {
|
||||
runTest("compiler/fir/analysis-tests/testData/resolve/callResolution/kt50386.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("lambdaAsReceiver.kt")
|
||||
public void testLambdaAsReceiver() throws Exception {
|
||||
@@ -1071,6 +1077,12 @@ public class DiagnosisCompilerFirTestdataTestGenerated extends AbstractDiagnosis
|
||||
runTest("compiler/fir/analysis-tests/testData/resolve/callResolution/objectInvoke.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("overloadsWithGenericAndGenericLambda.kt")
|
||||
public void testOverloadsWithGenericAndGenericLambda() throws Exception {
|
||||
runTest("compiler/fir/analysis-tests/testData/resolve/callResolution/overloadsWithGenericAndGenericLambda.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("safeCallOnTypeAlias.kt")
|
||||
public void testSafeCallOnTypeAlias() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user