Files

10 lines
109 B
Kotlin
Vendored

fun foo() {
var x: String
class A {
init {
x = ""
}
}
x.length
}