11 lines
190 B
Kotlin
Vendored
11 lines
190 B
Kotlin
Vendored
class Some
|
|
|
|
fun <T> Some.filter(predicate : (T) -> Boolean) = throw UnsupportedOperationException()
|
|
|
|
fun main(args: Array<String>) {
|
|
Some().fil<caret>
|
|
}
|
|
|
|
// ELEMENT: filter
|
|
// CHAR: ' '
|