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,8 @@
fun foo(p : (String, Char) -> Boolean){}
fun main(args: Array<String>) {
fo<caret>
}
// ELEMENT: foo
// TAIL_TEXT: " { String, Char -> ... } (<root>)"