Generate weigher tests from Kotlin base

This commit is contained in:
Nikolay Krasko
2013-09-13 21:58:56 +04:00
parent e6c6982c61
commit 39bf53155b
12 changed files with 149 additions and 79 deletions
@@ -2,5 +2,7 @@ val initGlobal = 12
fun test(initParam : Int) {
val initLocal = "Test"
<caret>
}
init<caret>
}
// ORDER: initLocal, initParam, initGlobal