You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
error: The kind of typeL does not conform to the expected kind of typeL in traitA.
B.this.L'stypeparametersdo not matchtypeL's expected parameters:
typeL (in traitB) has one typeparameter, but typeL (in traitA) has none
traitBextendsA { typeL[X] }
^
but it succeeds in dotty, which probably leads to interesting issues.
The text was updated successfully, but these errors were encountered:
In scalac this fails with:
but it succeeds in dotty, which probably leads to interesting issues.
The text was updated successfully, but these errors were encountered: