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
@@ -0,0 +1,5 @@
fun box(): String {
kt4036().`Inner1$class`()
kt4036().`Inner2$class`()
return "OK"
}