blob: 70b5c3efde63b688a6f0e4a88136f3c4307397a3 [file] [log] [blame]
internal class C(x: String) {
var x: Any
init {
this.x = x
}
}