// FIR_IDENTICAL // !CHECK_TYPE // !DIAGNOSTICS: -UNUSED_EXPRESSION -UNUSED_PARAMETER -UNUSED_VARIABLE class ClassA { fun method1() = this fun String.method2() { method1() checkType { _() } this.method1() checkType { _() } } } fun String.method1() = this