5 lines
48 B
Kotlin
Vendored
5 lines
48 B
Kotlin
Vendored
package foo
|
|
|
|
fun createAChild() {
|
|
AChild()
|
|
} |