scala.tools.cmd.program.Simple
You can't override a def with a var unless a setter exists. We cleverly sidestep this by mixing in a trait with dummy setters which will be inaccessible due to the overriding var.
You can't override a def with a var unless a setter exists. We cleverly sidestep this by mixing in a trait with dummy setters which will be inaccessible due to the overriding var.