Id angwandt funktioniert nicht #46
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
class Id {
id2 = x -> x;
id3 (x) {
return id2.apply(x)
}
liefert
class Id<UNO$ extends QMC$, UNP$ extends QMC$, QMC$> {
Fun1$
<UNP
, UNO$> id2;public Id();
public <QMD$> QMC$ id3(QMD$);
}
Müsste aber
class Id<UNO$ extends QMC$, UNP$ extends !!! UNO$ !!!, QMC$> {
Fun1$
<UNP
, UNO$> id2;public Id();
public <QMD$> QMC$ id3(QMD$);
}
liefern.
Gefixt.
Branch bytecode2
commit
a41e9804a0
bestätigt