## Compiler version 3.1.1 ## Minimized code <!-- This code should be self contained, compilable (with possible failures) and as small as possible. Ideally, we should be able to just copy this code in a file and run `scalac` (and maybe `scala`) to reproduce the issue. --> ```Scala import scala.language.`3.1-migration` ``` ## Output compiles ok ## Expectation error, no source version exists for `3.1-migration`