ab58dc3586
#KT-9102 Fixed
12 lines
118 B
Kotlin
Vendored
12 lines
118 B
Kotlin
Vendored
@file:JvmName("Bartender")
|
|
|
|
package testing.rename
|
|
|
|
public fun bar() = 1
|
|
|
|
fun usage() {
|
|
bar()
|
|
}
|
|
|
|
val some = bar()
|