7 lines
73 B
Kotlin
Vendored
7 lines
73 B
Kotlin
Vendored
package pkg2
|
|
|
|
@JvmName("aa")
|
|
fun main(args: Array<String>) {
|
|
// no
|
|
}
|