Details
Description
assert "$
{1}" + "2" instanceof GString
assert "1" + "$
" instanceof String
As far as I can see plus() should be commutative throughout the GDK. At least it should be commutative for String and GString.
assert "$
{1}" + "2" instanceof GString
assert "1" + "$
" instanceof String
As far as I can see plus() should be commutative throughout the GDK. At least it should be commutative for String and GString.