5 lines
74 B
Kotlin
Vendored
5 lines
74 B
Kotlin
Vendored
// FIR_IDENTICAL
|
|
class C(
|
|
val test1: Int,
|
|
var test2: Int
|
|
) |