Fix parameter names in testData

This commit is contained in:
Ilya Gorbunov
2015-11-20 22:41:30 +03:00
parent ab3e6258ac
commit f2ce849f18
9 changed files with 13 additions and 13 deletions
@@ -2,4 +2,4 @@ fun foo(s: String) {
if (s in <caret>)
}
// EXIST: { lookupString:"listOf", itemText: "listOf", tailText: "(vararg values: T) (kotlin)", typeText:"List<T>" }
// EXIST: { lookupString:"listOf", itemText: "listOf", tailText: "(vararg elements: T) (kotlin)", typeText:"List<T>" }