7 lines
64 B
Kotlin
Vendored
7 lines
64 B
Kotlin
Vendored
@file:JvmName("ABC")
|
|
package a
|
|
|
|
fun foo() {
|
|
"" // a.ABC
|
|
}
|