21bc2887d2
Omit Unit return type Refactor handling of Unit type: extract separate object UnitType
4 lines
58 B
Kotlin
4 lines
58 B
Kotlin
class object {
|
|
public fun main(args : Array<String>) {
|
|
}
|
|
} |