Create DONT_CARE type only for dependent lambdas (i.e. to be resolved through the type inference later)
^KT-47493 Fixed
This commit is contained in:
committed by
teamcityserver
parent
dbdc6176f0
commit
1966915e92
+5
@@ -13614,6 +13614,11 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
|
||||
runTest("compiler/testData/codegen/box/functions/kt47527.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt48058.kt")
|
||||
public void testKt48058() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/functions/kt48058.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt785.kt")
|
||||
public void testKt785() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/functions/kt785.kt");
|
||||
|
||||
Reference in New Issue
Block a user