Question
Flex Hero: Number.MIN_VALUE in ctor gives compile error
It's not a question, just a note, that I don't really understand what changed since Flex 4.1 that this doesn't compile.
public class ComplexType
{
public function ComplexType(prop:Number = Number.MIN_VALUE)
{
}
}
1047: Parameter initializer unknown or is not a compile-time constant. ComplexType.as /HeroTestbed/src/com/cuketa/herotestbed line 5 Flex Problem
