Moved tests from deprecated to generated test fixture
This commit is contained in:
Vendored
+7
@@ -0,0 +1,7 @@
|
||||
fun <T> Array<T>.filter(predicate : (T) -> Boolean) : java.util.List<T> = throw UnsupportedOperationException()
|
||||
|
||||
fun main(args: Array<String>) {
|
||||
args.filter { <caret> }
|
||||
}
|
||||
|
||||
// ELEMENT: *
|
||||
Reference in New Issue
Block a user