// FILE: before.kt class A { fun String.foo() { this@foo } } // FILE: after.kt class A { fun String.foo() { this@foo } }