blob: 3000d79c4c93c02e8e15863edc0ee9018250af33 [file] [log] [blame]
fun test() {
fun <caret>String.foo(n: Int): Boolean {
return length - n/2 > 1
}
"1".foo(2)
}