7 lines
108 B
Kotlin
7 lines
108 B
Kotlin
// "Import" "true"
|
|
// ERROR: Unresolved reference: TestSample
|
|
|
|
fun test() {
|
|
val a = <caret>TestSample
|
|
}
|