14 lines
198 B
Kotlin
Vendored
14 lines
198 B
Kotlin
Vendored
import BExtSpace.aaa
|
|
|
|
// "Import" "true"
|
|
// WITH_RUNTIME
|
|
// ERROR: Unresolved reference: aaa
|
|
|
|
fun test() {
|
|
AAA().apply {
|
|
sub {
|
|
aaa<caret>()
|
|
}
|
|
}
|
|
}
|
|
/* IGNORE_FIR */ |