## Compiler version scalaVersion := "3.0.0-RC3" ## Minimized code Currently this compiles fine: ```scala extension (x: String = "123") def f2 = x.reverse ``` ## Expectation Seems that there are no use cases for it and only misleads Probably a compiler error should be shown here.