Fix SOE when recursive type argument is used with star projection
#KT-41043 Fixed
This commit is contained in:
Generated
+5
@@ -12657,6 +12657,11 @@ public class FirBlackBoxCodegenTestGenerated extends AbstractFirBlackBoxCodegenT
|
||||
runTest("compiler/testData/codegen/box/inference/plusAssignInsideLambda.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("recursiveConstraintInsideTypeArgumentWithStarProjection.kt")
|
||||
public void testRecursiveConstraintInsideTypeArgumentWithStarProjection() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/inference/recursiveConstraintInsideTypeArgumentWithStarProjection.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("referenceToCatchParameterFromLambdaExpression.kt")
|
||||
public void testReferenceToCatchParameterFromLambdaExpression() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/inference/referenceToCatchParameterFromLambdaExpression.kt");
|
||||
|
||||
Reference in New Issue
Block a user