[NI] Fix poor performance of recursive types approximation
#KT-32407 Fixed
This commit is contained in:
+5
@@ -10212,6 +10212,11 @@ public class FirDiagnosticsSmokeTestGenerated extends AbstractFirDiagnosticsSmok
|
||||
runTest("compiler/testData/diagnostics/tests/inference/constraints/operationsOnIntegerValueTypes.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("recursiveJavaTypeWithStarProjection.kt")
|
||||
public void testRecursiveJavaTypeWithStarProjection() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/inference/constraints/recursiveJavaTypeWithStarProjection.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("returnLambdaFromLambda.kt")
|
||||
public void testReturnLambdaFromLambda() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/inference/constraints/returnLambdaFromLambda.kt");
|
||||
|
||||
Reference in New Issue
Block a user