ec29e06115
- refactoring for auto import tests
7 lines
91 B
Kotlin
7 lines
91 B
Kotlin
// "Import Class" "true"
|
|
|
|
import TestData.TestSample
|
|
|
|
fun test() {
|
|
val a = TestSample
|
|
} |