Perhaps the least helpful MXMLC error message yet:
public function log(level:int, message:String, ... rest):void { trace(format(level, message, ...rest)); } |
Apparently calling a function with ...rest on accident will present this compiler error...
Not magic, just a different kind of science.
Perhaps the least helpful MXMLC error message yet:
public function log(level:int, message:String, ... rest):void { trace(format(level, message, ...rest)); } |
Apparently calling a function with ...rest on accident will present this compiler error...