Test fix - update and review required
This commit is contained in:
@@ -12,4 +12,4 @@ fun foo() {
|
|||||||
.bar()
|
.bar()
|
||||||
}
|
}
|
||||||
|
|
||||||
// 2 3 7 8 9 11 12 13
|
// 2 3 7 8 9 11 12 17 13
|
||||||
|
|||||||
@@ -12,4 +12,4 @@ fun foo() {
|
|||||||
.bar()
|
.bar()
|
||||||
}
|
}
|
||||||
|
|
||||||
// 2 3 7 8 9 11 12 13
|
// 2 3 7 8 9 11 17 12 17 13
|
||||||
|
|||||||
@@ -9,4 +9,4 @@ fun foo(i: Int = 1) {
|
|||||||
inline fun bar(i: Int = 1) {
|
inline fun bar(i: Int = 1) {
|
||||||
}
|
}
|
||||||
|
|
||||||
// 2 3 4 7 6 10 9
|
// 2 3 9 4 7 6 10 9 10
|
||||||
|
|||||||
@@ -13,4 +13,4 @@ inline fun foo(f: () -> Unit) {
|
|||||||
f()
|
f()
|
||||||
}
|
}
|
||||||
|
|
||||||
// 2 3 6 7 9 12 13 14
|
// 2 12 3 6 12 7 9 12 13 14
|
||||||
|
|||||||
Reference in New Issue
Block a user