Converter:
Omit Unit return type Refactor handling of Unit type: extract separate object UnitType
This commit is contained in:
@@ -4,7 +4,7 @@ BLACK
|
||||
RED
|
||||
YELLOW
|
||||
BLUE
|
||||
public override fun run() : Unit {
|
||||
public override fun run() {
|
||||
System.out?.println("name()=" + name() + ", toString()=" + toString())
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user