blob: 76942efde28e880e64c54894d39c8fe098472cb8 [file] [log] [blame]
fun foo(bar: Int, min: Int, max: Int) {
min < bar && bar < max<caret>
}