b454fcc1e0
This is needed to avoid clashes between different dumps from different handlers
9 lines
99 B
Plaintext
Vendored
9 lines
99 B
Plaintext
Vendored
class Test : Base {
|
|
constructor() /* primary */ {
|
|
super/*Base*/()
|
|
/* <init>() */
|
|
|
|
}
|
|
|
|
}
|