9 lines
136 B
Kotlin
9 lines
136 B
Kotlin
import testData.libraries.*
|
|
|
|
fun foo() {
|
|
WithInnerAndObject.foo()
|
|
}
|
|
|
|
// main.kt
|
|
// companion <1>object {
|
|
// fun <2>foo() { |