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