Fixed bug with property and function name clash.
Complete type inference dependent on function literals and expected type for variable as function calls not for 'invoke' calls
This commit is contained in:
@@ -1343,6 +1343,11 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
|
||||
doTest("compiler/testData/codegen/box/closures/closureInsideClosure/localFunInsideLocalFunDifferentSignatures.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("propertyAndFunctionNameClash.kt")
|
||||
public void testPropertyAndFunctionNameClash() throws Exception {
|
||||
doTest("compiler/testData/codegen/box/closures/closureInsideClosure/propertyAndFunctionNameClash.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("threeLevels.kt")
|
||||
public void testThreeLevels() throws Exception {
|
||||
doTest("compiler/testData/codegen/box/closures/closureInsideClosure/threeLevels.kt");
|
||||
|
||||
Reference in New Issue
Block a user