fun Array.filter(predicate : (T) -> Boolean) : java.util.List = throw UnsupportedOperationException() fun main(args: Array) { args.fil }