Renamed test data folder

This commit is contained in:
Valentin Kipyatkov
2015-08-13 21:22:18 +03:00
parent b6cf39981f
commit c3ccd6da57
20 changed files with 13 additions and 13 deletions
@@ -0,0 +1,8 @@
import lib.*;
fun foo(j: JavaInterface<String>) {
j.<caret>
}
// EXIST: { lookupString: "execute", itemText: "execute", tailText: "(Task<String!>!, K!)", typeText: "String!", attributes: "bold" }
// EXIST: { lookupString: "execute", itemText: "execute", tailText: "(((String!) -> Unit)!, K!)", typeText: "String!", attributes: "bold" }