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