Files
kotlin-fork/compiler/testData/codegen/boxInline/anonymousObject/kt6552.1.kt
T

6 lines
74 B
Kotlin
Vendored

import test.*
fun box(): String {
return switch(X.A) + switch(X.B)
}