scala-debug-adapter icon indicating copy to clipboard operation
scala-debug-adapter copied to clipboard

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

Open adpi2 opened this issue 1 year ago • 0 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.

adpi2 avatar Feb 06 '24 15:02 adpi2