scalacenter / scala-debug-adapter

Implementation of the Debug Adapter Protocol for Scala

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Runtime Evaluation] Cannot evaluate `size` on `String`

adpi2 opened this issue · comments

I cannot evaluate "".size using the runtime evaluation because size comes from the StringOps extension.

Maybe, we should treat String as a special case and try to convert it to StringOps to resolve more methods from it.