d13ac6b5a4
#KT-9697 In Progress
8 lines
91 B
Kotlin
Vendored
8 lines
91 B
Kotlin
Vendored
package test2
|
|
|
|
import test.A
|
|
import test.A.Companion.B
|
|
|
|
fun foo2(): B {
|
|
return B(A())
|
|
} |