## Reproduction steps Scala version: 2.13.10 ```scala scala> class Foo { val StringContext = 42; s"" } ``` ## Problem The above code does not compile in 2.13.10 (though it compiles in 3.2.2). If you change the name of the field it compiles in 2.13.10.