internal class C(x: String) { var x: Any init { this.x = x } }