704b3bd2e6
As fqNames of some symbols may change during conversion E.g, when moving Java static method to Kotlin companion object #KT-19607 fixed #KT-32903 fixed #KT-33743 fixed #KT-33556 fixed
8 lines
74 B
Kotlin
Vendored
8 lines
74 B
Kotlin
Vendored
import p.bar
|
|
|
|
internal class Impl {
|
|
fun foo() {
|
|
bar()
|
|
}
|
|
}
|