9 lines
129 B
Kotlin
9 lines
129 B
Kotlin
// "Import" "true"
|
|
// ERROR: Unresolved reference: TestSample
|
|
|
|
import TestData.TestSample
|
|
|
|
fun test() {
|
|
val a = TestSample
|
|
}
|