## Compiler version 3.4.2 ## Minimized code ```Scala @main def main(mode: String = "foo"): Unit = ??? ``` ## Output ```scala Illegal command line: more arguments expected ``` ## Expectation 1. Please either support default values in @main 2. or exit compilation with an error (to fail fast).