4eb573aa81
Workaround for redundant (but harmless) synthetic cast generated in TransTypes Reviewed-by: mcimadamore
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();
|
|
}
|
|
};
|
|
}
|
|
}
|