Fixed tests

This commit is contained in:
Valentin Kipyatkov
2014-10-09 21:27:59 +02:00
parent d65d3b9068
commit 525a1cc3c6
2 changed files with 4 additions and 4 deletions
@@ -3,4 +3,4 @@ fun main(variables: Array<String>) {
va<caret> va<caret>
} }
// ORDER: values, val, variables, var, vararg // ORDER: values, val, variables, var
@@ -1,6 +1,6 @@
fun test() { fun test() {
val a = 12 val r = 12
a<caret> r<caret>
} }
// ORDER: a, as // ORDER: r, return