KT-3812 Can't work with akka via kotlin - java.lang.AssertionError: Couldn't resolve class *$

KT-4036 Couldn't resolve inner class akka.io.Tcp.Command.class

 #KT-3812 Fixed
 #KT-4036 FIxed
This commit is contained in:
Mikhael Bogdanov
2013-10-31 13:35:17 +04:00
parent c325dfffd9
commit 7857dc5ba9
6 changed files with 44 additions and 7 deletions
@@ -140,6 +140,16 @@ public class BlackBoxWithJavaCodegenTestGenerated extends AbstractBlackBoxCodege
doTestWithJava("compiler/testData/codegen/boxWithJava/innerClass/kt3532.kt");
}
@TestMetadata("kt3812.kt")
public void testKt3812() throws Exception {
doTestWithJava("compiler/testData/codegen/boxWithJava/innerClass/kt3812.kt");
}
@TestMetadata("kt4036.kt")
public void testKt4036() throws Exception {
doTestWithJava("compiler/testData/codegen/boxWithJava/innerClass/kt4036.kt");
}
}
@TestMetadata("compiler/testData/codegen/boxWithJava/property")