blob: 738672ac1cd77b9475214479b265d5048c159705 [file] [log] [blame]
// IS_APPLICABLE: false
class Foo() {
infix fun cat(x: Int): Int {return x}
}
fun main() {
val catter = Foo() c<caret>at 5
}