Files
kotlin-fork/nj2k/testData/newJ2k/staticMembers/StaticImport.external.kt
T
Ilya Kirillov 704b3bd2e6 New J2K: always print real fqNames for static calls
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
2019-09-24 17:13:12 +03:00

4 lines
61 B
Kotlin
Vendored

@file:JvmName("Bar")
package p
fun bar() {}
fun bar(x:Int) {}