IR: Fix StackOverflowError caused by using DNN type in lambda
^KT-54140 Fixed
This commit is contained in:
committed by
Space Team
parent
c586d7a03a
commit
6d7096b5e9
+5
@@ -35869,6 +35869,11 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
|
||||
runTest("compiler/testData/codegen/box/regressions/objectInsideDelegation.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("recursiveDnnTypeInLambda.kt")
|
||||
public void testRecursiveDnnTypeInLambda() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/regressions/recursiveDnnTypeInLambda.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("referenceToSelfInLocal.kt")
|
||||
public void testReferenceToSelfInLocal() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/regressions/referenceToSelfInLocal.kt");
|
||||
|
||||
Reference in New Issue
Block a user