Converter:
Omit Unit return type Refactor handling of Unit type: extract separate object UnitType
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
open class Test() {
|
||||
open fun test() : Unit {
|
||||
open fun test() {
|
||||
val res = true
|
||||
res = res and false
|
||||
res = res or false
|
||||
|
||||
Reference in New Issue
Block a user