blob: fad6a7b419022244b0570c9bfb58f453959fc558 [file]
fun foo(x: Int, y: Int) {
if (x > y)
x.sout<caret>
}