15 lines
124 B
Plaintext
Vendored
15 lines
124 B
Plaintext
Vendored
class Test : Base {
|
|
constructor() /* primary */ {
|
|
super/*Base*/()
|
|
/* InstanceInitializerCall */
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|