Parser fails on package annotation with preceding documentation comment

Issue #316 resolved
Jesper Öqvist created an issue

ExtendJ 8.1.2-55-gfecde64d Java SE 8

The parser fails on the following package-info.java file:

/**
 * test
 */
@PackageAnnot package pkg;

Expected result: the code should not cause a parsing error.

Actual result: package-info.java:4,23: error: unexpected token "pkg"

Comments (1)

  1. Log in to comment