4 lines
95 B
Kotlin
4 lines
95 B
Kotlin
public open class MyClass() {
|
|
private fun init(arg1 : Int, arg2 : Int, arg3 : Int) : Unit {
|
|
}
|
|
} |