2610dedcbd
#KT-31331 Fixed
7 lines
130 B
Kotlin
Vendored
7 lines
130 B
Kotlin
Vendored
import test.* // unresolved and used
|
|
import test.A // unresolved and used
|
|
import test.B // unresolved and unused
|
|
|
|
fun a(p: A) {
|
|
|
|
} |