Commit Graph

1 Commits

Author SHA1 Message Date
Marc Vertes
a99fb98f84 fix: append() was not returning a type (#84)
append() now returns the underlying array type.
Method lookup was skipped for selector expression on arrays.
Pointer expression was incorrectly parsed as a dereference instead of
type expression.
2019-02-06 14:50:37 +01:00