Rename some of builtin parameters

This commit is contained in:
Denis Zharkov
2015-10-16 15:58:27 +03:00
parent 1c02231cda
commit 28c46b73f1
41 changed files with 451 additions and 451 deletions
@@ -2,5 +2,5 @@ fun foo(list: MutableList<String>) {
list.<caret>
}
// EXIST: { itemText: "add", tailText: "(e: String)", typeText: "Boolean" }
// EXIST: { itemText: "add", tailText: "(element: String)", typeText: "Boolean" }
// EXIST: { itemText: "iterator", tailText: "()", typeText: "Iterator<String>" }