21bc2887d2
Omit Unit return type Refactor handling of Unit type: extract separate object UnitType
5 lines
45 B
Kotlin
5 lines
45 B
Kotlin
package demo
|
|
class Final() {
|
|
fun test() {
|
|
}
|
|
} |