Fix tests: "infix modifier required" and "operator modifier required" errors
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
infix fun Int.compareTo(other: Int) = 0
|
||||
|
||||
fun foo(x: Int) {
|
||||
x <caret>compareTo 1
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user