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.
scalac -version Scala compiler version 3.0.0-M3 -- Copyright 2002-2020, LAMP/EPFL
type Id[A] = A
But, if I type:
type Id[A]
it just works fine:
Correctly highlighted.
It may be related to #3814 #3987