Converter:
Omit Unit return type Refactor handling of Unit type: extract separate object UnitType
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
enum class E {
|
||||
FOO
|
||||
fun foo() : Unit {
|
||||
fun foo() {
|
||||
FOO.toString()
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user