// FIR_IDENTICAL package a class A {} fun test(a1: A, a2: A) { val range = "island".."isle" a1..a2 } public operator fun > T.rangeTo(that: T): ClosedRange { throw UnsupportedOperationException() }