scalacenter / scala-debug-adapter

Implementation of the Debug Adapter Protocol for Scala

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Non standard class names

iusildra opened this issue · comments

As the class / outer class lookup, inner type resolution etc. are implemented, the $ represents the delimiter between outer/inner classes. Which is not always the case, especially if the class has a 'fancy' name, e.g. A:B
I did not see many classes with names like that, but still, it should be handled

commented

There are a few: ::, ~>, |, &