// PARAM_TYPES: Z // PARAM_DESCRIPTOR: public fun Z.foo(): kotlin.Int defined in root package in file implicitAndExplicitThisInExtension.kt class Z(val a: Int) // SIBLING: fun Z.foo(): Int { return this.a + a + 1 }