7b2a80ffa4
See 53b584f and previous changes where this behavior was broken (this was
untested, however). Fixes EA-90065
9 lines
62 B
Kotlin
Vendored
9 lines
62 B
Kotlin
Vendored
package usage
|
|
|
|
import test.*
|
|
|
|
fun usage() {
|
|
a()
|
|
b()
|
|
}
|