3d9d6e666d
(cherry picked from commit 1ea9280)
12 lines
120 B
Kotlin
Vendored
12 lines
120 B
Kotlin
Vendored
fun test() {
|
|
foo()
|
|
bar()
|
|
}
|
|
|
|
fun foo(i: Int = 1) {
|
|
}
|
|
|
|
inline fun bar(i: Int = 1) {
|
|
}
|
|
|
|
// 2 3 13 14 +4 7 6 10 9 15 |