Replace deprecated annotations with modifiers in testData
This commit is contained in:
Vendored
+3
-3
@@ -9,9 +9,9 @@ class State() {
|
||||
}
|
||||
|
||||
internal fun test(state: State) {
|
||||
@inline fun test3() {
|
||||
@inline fun test2() {
|
||||
@inline fun test1() {
|
||||
inline fun test3() {
|
||||
inline fun test2() {
|
||||
inline fun test1() {
|
||||
loop@ for (i in 1..10) {
|
||||
state.value++
|
||||
if (i == 2) break@loop
|
||||
|
||||
Reference in New Issue
Block a user