KT-4138: java.lang.VerifyError: (class: kotlin/sql/tests/h2/Foo, method: getA$b$0 signature: ()Lkotlin/sql/tests/h2/Foo;) Wrong return type in function

#KT-4138 Fixed
This commit is contained in:
Mikhael Bogdanov
2013-10-28 15:01:33 +04:00
parent 12d0da8146
commit 3ee918b084
6 changed files with 110 additions and 12 deletions
@@ -1877,6 +1877,11 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
doTest("compiler/testData/codegen/box/delegatedProperty/inferredPropertyType.kt");
}
@TestMetadata("kt4138.kt")
public void testKt4138() throws Exception {
doTest("compiler/testData/codegen/box/delegatedProperty/kt4138.kt");
}
@TestMetadata("privateVar.kt")
public void testPrivateVar() throws Exception {
doTest("compiler/testData/codegen/box/delegatedProperty/privateVar.kt");