## 3.0.0-RC2 Should the compiler allow the following empty `def`? Currently, it fails with an error from the parser. ```scala def foo: Unit = //<- [error] expression expected but end found end foo ```