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:
+10
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user