this line triggers the runtime error (in the title):
```as
var a:Object = { a: int, b:int, c:int, d:int };
```
Obviously javascript doesn't have int or uint.
Maybe the the compiler could replace int and uint by Number in such case ?In other cases int is just get trimmed out normally. [ Full content available at: https://github.com/apache/royale-asjs/issues/273 ] This message was relayed via gitbox.apache.org for [email protected]
