blob: ba01b4ed61e8d31d164269f95441b6b3e785c169 [file] [log] [blame]
import BExtSpace.aaa
// "Import" "true"
// WITH_RUNTIME
// ERROR: Unresolved reference: aaa
fun test() {
AAA().apply {
sub {
aaa<caret>()
}
}
}