blob: fac6f1f959714ee55e47e37fccda0b81bb588e72 [file] [log] [blame]
class C {
fun String.foo1() {
print(this)
}
}