86938f57b1
There'll be a single generated test class like BlackBoxCodegenTestGenerated
6 lines
108 B
Kotlin
6 lines
108 B
Kotlin
import test.simpleJavaEnumWithStaticImport.A
|
|
|
|
fun box() =
|
|
if (A.toString() == "A") "OK"
|
|
else "fail"
|