Files
kotlin-fork/compiler/testData/codegen/regressions/kt1528_3.kt
T
2012-08-09 14:10:17 +03:00

4 lines
59 B
Kotlin

private val a = "OK"
fun foo() : String {
return "${a}"
}