24 June 2008

Tricks with Flex compiler:

1) "120" + 30 = "12030"

and if you pass this to function with int parameter it will receive 12030 as integer. No warnings given.

2) Alert.show("Warning: " + + message);
appears as "Implicit coercion of a value of type String to an unrelated type Number