Details
-
Bug
-
Resolution: Won't Do
-
Not Evaluated
-
None
-
6.7.2
-
None
Description
Easy to reproduce:
QString s;
auto s2 = s.chopped(3); // assert
But no assert for the following, and this has always been so, and this is good and expected
QString s;
s.chop(3); // ok