blob: 11e53ee439f5e03621f5169101116f6f738a0582 [file] [log] [blame]
fun foo(a: Int, b: Int) {
a !<caret>= b
}