10 lines
90 B
Kotlin
Vendored
10 lines
90 B
Kotlin
Vendored
package testing.rename
|
|
|
|
public fun bar() = 1
|
|
|
|
fun usage() {
|
|
bar()
|
|
}
|
|
|
|
val some = bar()
|