Inter-type methods can not use variable arity arguments

Issue #226 invalid
Jesper Öqvist created an issue

JastAdd2 version: 2.1.11-25-gceb8b66

Inter-type method declarations can not have variable arity arguments, for example:

public Problem AttrEq.errorf(String messagefmt, String... args) { return null; }

This generates a syntax error when parsed by JastAdd.

Comments (1)

  1. Jesper Öqvist reporter

    The syntax error I got was not on the inter-type method declaration line. This seems to be working currently.

  2. Log in to comment