mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-08 08:31:26 +00:00
12 lines
134 B
Kotlin
Vendored
12 lines
134 B
Kotlin
Vendored
package b
|
|
|
|
import a.test1
|
|
import a.prop
|
|
|
|
fun test2() {
|
|
test1()
|
|
prop
|
|
}
|
|
|
|
// 1 a/SourceKt.test1 \(\)V
|
|
// 1 a/SourceKt.getProp \(\)I |