Don't check suitability of a builder inference call if unrestricted builder inference is enabled
^KT-42139 Fixed
This commit is contained in:
+6
@@ -17665,6 +17665,12 @@ public class FirBlackBoxCodegenTestGenerated extends AbstractFirBlackBoxCodegenT
|
||||
runTest("compiler/testData/codegen/box/inference/builderInference/kt41164.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt42139.kt")
|
||||
public void testKt42139() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/inference/builderInference/kt42139.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt47052.kt")
|
||||
public void testKt47052() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user