mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-09 08:31:29 +00:00
KT-4036 Couldn't resolve inner class akka.io.Tcp.Command.class #KT-3812 Fixed #KT-4036 FIxed
5 lines
97 B
Kotlin
5 lines
97 B
Kotlin
fun box(): String {
|
|
kt4036().`Inner1$class`()
|
|
kt4036().`Inner2$class`()
|
|
return "OK"
|
|
} |