scala-debug-adapter
scala-debug-adapter copied to clipboard
[Runtime Evaluation] Cannot evaluate `size` on `String`
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.