Generate weigher tests from Kotlin base
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
fun foo1() {}
|
||||
deprecated("Use foo3 instead") fun foo2() {}
|
||||
fun foo3 {}
|
||||
fun foo3() {}
|
||||
|
||||
fun test() {
|
||||
<caret>
|
||||
}
|
||||
foo<caret>
|
||||
}
|
||||
|
||||
// ORDER: foo1, foo3, foo2
|
||||
Reference in New Issue
Block a user