internal class C { val `this` = 0 fun foo() { println(`this`) } }