Closed
Description
Minimized code
class Foo { var extension_bar = 23 }
Output
scala> class Foo { var extension_bar = 23 }
// defined class Foo
Expectation
names should not begin with extension_
. I see that in Desugar normalizeName
is not called for ValDef
my small motivation being here that var accessors are represented as methods in semanticDB