Bug fixes
- 261d033: Fix implicit type conversions on user fields, reported by AirGamer
- dbcbb33: Fix issue with jagged array accesses in some cases, reported by AirGamer
- c6f4daa: Fix issue with getting a value from
this
in some circumstances - f8fdd7b: Add explicit errors for attempting to use
out
in
andref
parameters on user-defined methods since they are not supported yet. These will be added soon.