We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
trait Abc: opaque type Log = Double class AbcClass extends Abc val v = new AbcClass
Fails with : self type of class AbcClass does not conform to self type Any{Log = LazyRef(Double)}
The most simplistic case of this was fixed as 8750