Fix compiler tests
This commit is contained in:
+1
-1
@@ -9,6 +9,6 @@ fun test(a1: A, a2: A) {
|
||||
}
|
||||
|
||||
|
||||
public fun <T: Comparable<T>> T.rangeTo(<!UNUSED_PARAMETER!>that<!>: T): Range<T> {
|
||||
public operator fun <T: Comparable<T>> T.rangeTo(<!UNUSED_PARAMETER!>that<!>: T): Range<T> {
|
||||
throw UnsupportedOperationException()
|
||||
}
|
||||
Reference in New Issue
Block a user