03f38ef52a
#KT-2300 fixed
6 lines
175 B
Kotlin
6 lines
175 B
Kotlin
fun <T> jet.Array<T>.filter(predicate : (T) -> jet.Boolean) : java.util.List<T> = throw UnsupportedOperationException()
|
|
|
|
fun main(args: Array<String>) {
|
|
args.fil<caret>
|
|
}
|