Syntax error for super::methodName

Issue #335 new
Jesper Mattsson created an issue

Using super::methodName to get a method reference in an aspect gives a syntax error:

unexpected token "::":

It is easy to work around with (...) -> super.methodName(...) instead, so this is minor.

Comments (1)

  1. Log in to comment