```Unresolved reference. None of the following can...
# announcements
b
Copy code
Unresolved reference. None of the following candidates is applicable because of receiver type mismatch: (lists 53 potential 'plus' methods)
^ That’s the compilation result. But if they are not explicitly typed as
Any
the compiler finds
Value.plus(other: Value): Value