blob: b19757913c81c0e6a34213f908f514474cb3d528 [file] [log] [blame]
internal class C {
private var s: String? = null
fun foo() {
s = "x"
}
}