11 lines
106 B
Kotlin
Vendored
11 lines
106 B
Kotlin
Vendored
public fun test() {
|
|
|
|
fun localFun() {
|
|
|
|
}
|
|
|
|
inline fun localFun2() {
|
|
localFun()
|
|
}
|
|
|
|
} |