Removed IDE templates from completion, replaced them with keywords.

This commit is contained in:
Evgeny Gerashchenko
2013-09-13 20:20:30 +04:00
parent dcfeea4029
commit 1ed168fd14
13 changed files with 73 additions and 228 deletions
@@ -3,4 +3,4 @@ fun main(variables: Array<String>) {
va<caret>
}
// ORDER: values, variables, val ... = ..., var ... = ..., vararg
// ORDER: values, val, variables, var, vararg
@@ -2,4 +2,4 @@ fun bar(fop: Int) {
fo<caret>
}
// ORDER: fop, for (... in ...) {...}
// ORDER: fop, for