86938f57b1
There'll be a single generated test class like BlackBoxCodegenTestGenerated
6 lines
75 B
Kotlin
6 lines
75 B
Kotlin
package test
|
|
|
|
fun box(): String {
|
|
return classWithNestedEnum.foo()!!
|
|
}
|