Converter:
Omit Unit return type Refactor handling of Unit type: extract separate object UnitType
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
class T() {
|
||||
fun main() : Unit {
|
||||
fun main() {
|
||||
}
|
||||
fun i() : Int {
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user