blob: 7b4116c034ea6f1471895bd729423da2851a167a [file] [log] [blame]
infix fun Int.compareTo(other: Int) = 0
fun foo(x: Int) {
x <caret>compareTo 1
}