Converter:
Omit Unit return type Refactor handling of Unit type: extract separate object UnitType
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
fun putUVW<U, V, W>(u : U?, v : V?, w : W?) : Unit {
|
||||
fun putUVW<U, V, W>(u : U?, v : V?, w : W?) {
|
||||
}
|
||||
Reference in New Issue
Block a user