[FE 1.0] Take care callable reference candidates with recursive candidate return type
^KT-51844 Fixed
This commit is contained in:
committed by
teamcity
parent
ec6ec20728
commit
9f31f074da
+10
-5
@@ -2658,6 +2658,11 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
|
||||
runTest("compiler/testData/codegen/box/callableReference/kt50172.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt51844.kt")
|
||||
public void testKt51844() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/callableReference/kt51844.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("nested.kt")
|
||||
public void testNested() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/callableReference/nested.kt");
|
||||
@@ -13951,11 +13956,6 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
|
||||
@TestDataPath("$PROJECT_ROOT")
|
||||
@RunWith(JUnit3RunnerWithInners.class)
|
||||
public static class Fir extends AbstractLightAnalysisModeTest {
|
||||
@TestMetadata("flexibleIntegerLiterals.kt")
|
||||
public void ignoreFlexibleIntegerLiterals() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/fir/flexibleIntegerLiterals.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("SuspendExtension.kt")
|
||||
public void ignoreSuspendExtension() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/fir/SuspendExtension.kt");
|
||||
@@ -14009,6 +14009,11 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
|
||||
runTest("compiler/testData/codegen/box/fir/Fir2IrClassifierStorage.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("flexibleIntegerLiterals.kt")
|
||||
public void testFlexibleIntegerLiterals() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/fir/flexibleIntegerLiterals.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("incorrectBytecodeWithEnhancedNullability.kt")
|
||||
public void testIncorrectBytecodeWithEnhancedNullability() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/fir/incorrectBytecodeWithEnhancedNullability.kt");
|
||||
|
||||
Reference in New Issue
Block a user