17 lines
216 B
Plaintext
17 lines
216 B
Plaintext
|
|
||
|
class E extends S {
|
||
|
|
||
|
E() {
|
||
|
super();
|
||
|
}
|
||
|
{
|
||
|
t = new C();
|
||
|
new I(<*nullchk*>((C)t)){
|
||
|
|
||
|
(.C x0) {
|
||
|
x0.super();
|
||
|
}
|
||
|
};
|
||
|
}
|
||
|
}
|