DynamicAccessNode: fixed issue where errors were not reported for undefined fields/methods on objects in a vector (references #80)

Example: vec[0].fakeMethod() did not result in an error if the type of elements in the vector don't define fakeMethod()

The Flex SDK compiler correctly reports an error, so this makes the Royale compiler behave the same
1 file changed