Converter:
Omit Unit return type Refactor handling of Unit type: extract separate object UnitType
This commit is contained in:
@@ -10,9 +10,9 @@ var myContainer : Container = Container()
|
||||
open class IntContainer(i : Int) {
|
||||
}
|
||||
open class Test() {
|
||||
open fun putInt(i : Int) : Unit {
|
||||
open fun putInt(i : Int) {
|
||||
}
|
||||
open fun test() : Unit {
|
||||
open fun test() {
|
||||
putInt(One.myContainer.myInt)
|
||||
IntContainer(One.myContainer.myInt)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user