The resolver currently does not support const member functions (Quick-Ref).
Short research does indicate that there might be optimizations related to it, but const correctness is usally something the compiler has to figure out.
It could also be that these are simply not resolver compatible. They would likely at least need a const member function proxy.
For now this is theoretical. Should a function be found that suggest the usage of this, we might need to act.
The resolver currently does not support const member functions (Quick-Ref).
Short research does indicate that there might be optimizations related to it, but const correctness is usally something the compiler has to figure out.
It could also be that these are simply not resolver compatible. They would likely at least need a const member function proxy.
For now this is theoretical. Should a function be found that suggest the usage of this, we might need to act.