Generate weigher tests from Kotlin base
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
fun bar(fo: Int) {
|
||||
<caret>
|
||||
}
|
||||
fun bar(fop: Int) {
|
||||
fo<caret>
|
||||
}
|
||||
|
||||
// ORDER: fop, for (... in ...) {...}
|
||||
Reference in New Issue
Block a user