blob: f22de52c951e36bf705a1b1abe040b82ca036b10 [file] [log] [blame]
fun foo(p: Int) {
if (p in 1..10) return
}