Menu

#17 Should not allow concatenation of key and string

open
nobody
None
5
2012-10-16
2011-11-01
Omei Qunhua
No

lslEditor allows a key variable to be concatenated with a string.
The Mono compiler will complain.

e,g.

key me;
string s = "my key is " + me;

lslEditor allows the above, Mono does not.

Discussion


Log in to post a comment.