Better tests

This commit is contained in:
Valentin Kipyatkov
2015-06-11 15:05:49 +03:00
parent 7b553ef3a7
commit 985d69880f
4 changed files with 12 additions and 3 deletions
@@ -1,5 +1,5 @@
fun foo(xxx: String) {
var xxx = xx<caret>
var xxx: Int = xx<caret>
}
// EXIST: { lookupString: "xxx", itemText: "xxx", typeText: "String" }