Moved tests from deprecated to generated test fixture

This commit is contained in:
Valentin Kipyatkov
2015-06-04 18:29:41 +03:00
parent 560b7dae75
commit 7eec200887
27 changed files with 171 additions and 80 deletions
@@ -0,0 +1,5 @@
fun main(args: Array<String>) {
args.filter<caret> {it != ""}
}
// ELEMENT: filterNot