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