[FE 1.0] Take care standalone lambdas during updating types in the builder inference
^KT-50520 Fixed
This commit is contained in:
committed by
teamcity
parent
c25e07119c
commit
b411eb36e8
+5
@@ -15868,6 +15868,11 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
|
||||
runTest("compiler/testData/codegen/box/inference/builderInference/kt49887.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt50520.kt")
|
||||
public void testKt50520() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/inference/builderInference/kt50520.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt51988.kt")
|
||||
public void testKt51988() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/inference/builderInference/kt51988.kt");
|
||||
|
||||
Reference in New Issue
Block a user