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,10 @@
class Some
fun <T> Some.filter(predicate : (T) -> Boolean) = throw UnsupportedOperationException()
fun main(args: Array<String>) {
Some().fil<caret>
}
// ELEMENT: filter
// CHAR: ' '