9 lines
120 B
Kotlin
Vendored
9 lines
120 B
Kotlin
Vendored
package dependency1
|
|
|
|
import test.C
|
|
|
|
object O1 {
|
|
fun foo(): C = C()
|
|
fun bar(): C = C()
|
|
fun x(): String = ""
|
|
} |