Details
-
Bug
-
Resolution: Unresolved
-
P3: Somewhat important
-
6.8
-
None
Description
It seems that currently the type resolver does not know about toString(), for example (1+1).toString() ends up being resolved as a QJSValue instead of a String (or anything inheriting from StringPrototype?).
Might need to be implemented to return a string!?