4 lines
57 B
Kotlin
Vendored
4 lines
57 B
Kotlin
Vendored
class C(
|
|
val test1: Int,
|
|
var test2: Int
|
|
) |