blob: 3e65868a4f35043269a3412cfeee6fc99743be81 [file]
// RUN_PIPELINE_TILL: FRONTEND
package usage
class MyType
class MyClass
val MyClass.isInterface get() = 4
fun usage(type: MyType) {
type.<!FUNCTION_EXPECTED!>isInterface<!>()
}
/* GENERATED_FIR_TAGS: classDeclaration, functionDeclaration, getter, integerLiteral, propertyDeclaration,
propertyWithExtensionReceiver */