dadc97d29f
Do not create class objects for classes which come from Java.
6 lines
81 B
Kotlin
6 lines
81 B
Kotlin
package test
|
|
|
|
fun box(): String {
|
|
return noClassObjectForJavaClass.foo()!!
|
|
}
|