Added tests

This commit is contained in:
Valentin Kipyatkov
2014-12-02 11:07:27 +03:00
parent 05bb32545f
commit 3df3e57b05
4 changed files with 41 additions and 0 deletions
@@ -0,0 +1,6 @@
fun foo(list: MutableList<String>) {
list.<caret>
}
// EXIST: { itemText: "add", tailText: "(e: String)", typeText: "Boolean" }
// EXIST: { itemText: "iterator", tailText: "()", typeText: "Iterator<String>" }