KT-37604 Use proper type when generating constructor call

This commit is contained in:
Dmitry Petrov
2020-03-20 20:02:21 +03:00
parent 95857c5af4
commit afacb4b4b2
8 changed files with 75 additions and 1 deletions
@@ -1993,6 +1993,11 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
runTest("compiler/testData/codegen/box/callableReference/classesAreSynthetic.kt");
}
@TestMetadata("kt37604.kt")
public void testKt37604() throws Exception {
runTest("compiler/testData/codegen/box/callableReference/kt37604.kt");
}
@TestMetadata("nested.kt")
public void testNested() throws Exception {
runTest("compiler/testData/codegen/box/callableReference/nested.kt");