6 lines
98 B
Kotlin
Vendored
6 lines
98 B
Kotlin
Vendored
// "Create function 'g'" "true"
|
|
class C {
|
|
internal inline fun f() {
|
|
<caret>g()
|
|
}
|
|
} |