mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-09 00:21:47 +00:00
12 lines
136 B
Kotlin
12 lines
136 B
Kotlin
package b
|
|
|
|
import a.test1
|
|
import a.prop
|
|
|
|
fun test2() {
|
|
test1()
|
|
prop
|
|
}
|
|
|
|
// 1 a/APackage\.test1 \(\)V
|
|
// 1 a/APackage\.getProp \(\)I |