// No supertype at all class A1 { fun test() { super.identityEquals(null) // Call to an extension function } }