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.