6 lines
62 B
Kotlin
Vendored
6 lines
62 B
Kotlin
Vendored
package foo
|
|
|
|
open class A {
|
|
@JvmName("g")
|
|
fun f() {}
|
|
} |