internal class C { private var s: String? = null fun foo() { s = "x" } }