7 lines
72 B
Kotlin
Vendored
7 lines
72 B
Kotlin
Vendored
package dependency2
|
|
|
|
import test.C
|
|
|
|
object O2 {
|
|
fun foo(): C = C()
|
|
} |