7 lines
58 B
Kotlin
Vendored
7 lines
58 B
Kotlin
Vendored
package test
|
|
|
|
inline fun f() = 1
|
|
|
|
fun h() = 3
|
|
fun g() = 2
|