blob: a4417309e15977cbbc43609f0f1ebe8e09d1d558 [file] [log] [blame]
fun foo(a: Int, b: Int) {
a.rangeTo(b)
}