Moving test data into subfolders

This commit is contained in:
Valentin Kipyatkov
2015-08-13 15:56:03 +03:00
parent 9546e46ae0
commit 13fc12bbae
34 changed files with 456 additions and 384 deletions
@@ -0,0 +1,5 @@
fun foo(list: List<String>) {
list.<caret>
}
// EXIST: { itemText: "firstOrNull", tailText: " {...} (predicate: (String) -> Boolean) for Iterable<T> in kotlin", typeText: "String?" }
// EXIST: { itemText: "toMap", tailText: " {...} (selector: (String) -> K) for Iterable<T> in kotlin", typeText: "Map<K, String>" }