b454fcc1e0
This is needed to avoid clashes between different dumps from different handlers
18 lines
206 B
Kotlin
Vendored
18 lines
206 B
Kotlin
Vendored
class C {
|
|
constructor(test1: Int, test2: Int) /* primary */ {
|
|
super/*Any*/()
|
|
/* <init>() */
|
|
|
|
}
|
|
|
|
val test1: Int
|
|
field = test1
|
|
get
|
|
|
|
var test2: Int
|
|
field = test2
|
|
get
|
|
set
|
|
|
|
}
|