Converter:
Omit Unit return type Refactor handling of Unit type: extract separate object UnitType
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
class object {
|
||||
public fun main(args : Array<String?>?) : Unit {
|
||||
public fun main(args : Array<String?>?) {
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user