Files
kotlin/compiler/testData/codegen/boxInline/private/accessorForConst.1.kt

5 lines
74 B
Kotlin
Vendored

import test.*
fun box(): String {
return IntentionsBundle.message()
}