Generate weigher tests from Kotlin base
This commit is contained in:
@@ -2,5 +2,7 @@ val initGlobal = 12
|
||||
|
||||
fun test(initParam : Int) {
|
||||
val initLocal = "Test"
|
||||
<caret>
|
||||
}
|
||||
init<caret>
|
||||
}
|
||||
|
||||
// ORDER: initLocal, initParam, initGlobal
|
||||
Reference in New Issue
Block a user