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