17 lines
144 B
Plaintext
Vendored
17 lines
144 B
Plaintext
Vendored
class A {
|
|
constructor() /* primary */ {
|
|
super/*Any*/()
|
|
/* InstanceInitializerCall */
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
val test: A
|
|
field = A()
|
|
get
|
|
|