blob: b393e36ffe3898d9150d51d7d5a681dee804779f [file]
class X {
val i = 10
val s = i.toString()
}