e6f4d6e6fa
^KT-65406
19 lines
207 B
Kotlin
Vendored
19 lines
207 B
Kotlin
Vendored
class C {
|
|
val test1: Int
|
|
field = test1
|
|
get
|
|
|
|
var test2: Int
|
|
field = test2
|
|
get
|
|
set
|
|
|
|
constructor(test1: Int, test2: Int) /* primary */ {
|
|
super/*Any*/()
|
|
/* <init>() */
|
|
|
|
}
|
|
|
|
}
|
|
|