7 lines
75 B
Kotlin
Vendored
7 lines
75 B
Kotlin
Vendored
package pkg3
|
|
|
|
@JvmName("main")
|
|
fun aaa(args: Array<String>) {
|
|
// yes
|
|
}
|