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.
//> using
Tests currently use the // scala: ... syntax to add an option to the compilation. Example:
// scala: ...
// scalac: -Wunused:privates
They should be using //> using instead. We should reinforce conventions rather than creating alternative ones.
I think this would be a good issue for the spree.