12 lines
157 B
Kotlin
Vendored
12 lines
157 B
Kotlin
Vendored
// FIR_IDENTICAL
|
|
public fun test() {
|
|
|
|
fun localFun() {
|
|
|
|
}
|
|
|
|
<!NOT_YET_SUPPORTED_IN_INLINE!>inline<!> fun localFun2() {
|
|
localFun()
|
|
}
|
|
|
|
} |