Files
kotlin-fork/j2k/tests/testData/ast/function/main.kt
T

4 lines
65 B
Kotlin

class object {
public fun main(args: Array<String>) {
}
}