mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-09 15:53:37 +00:00
9 lines
118 B
Kotlin
Vendored
9 lines
118 B
Kotlin
Vendored
package test
|
|
|
|
import a.*
|
|
import a.impl.*
|
|
|
|
val a1: A = A()
|
|
val a2: A = A.getInstance()
|
|
val a3: AImpl = A.getInstance()
|