8 lines
86 B
Kotlin
8 lines
86 B
Kotlin
// "Import" "true"
|
|
|
|
import TestData.TestSample
|
|
|
|
fun test() {
|
|
val a = TestSample
|
|
}
|