Closed lucaswerkmeister closed 10 years ago
value callbacks = findCallbacks<BeforeTestAnnotation|AfterTestAnnotation>();
(here) – forgot that invocations can have type arguments.
No, the TypeArguments
are actually part of the primary
of the InvocationExpression
, which is (in this case) a BaseMemberExpression
.
GitHub seems slow to pick up the connection, so I’ll do it manually: fixed in fd15e21.
@thradec is on fire today! :)