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