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