3d9ad3f6cb
JavaDescriptorResolver: pass to propertyDescriptor correct value of isObject parameter
6 lines
108 B
Kotlin
6 lines
108 B
Kotlin
import test.simpleJavaEnumWithStaticImport.A
|
|
|
|
fun box() =
|
|
if (A.toString() == "A") "OK"
|
|
else "fail"
|