Ambiguous type error

Issue #79 new
Jesper Öqvist created an issue

JastAddJ does not generate an error message for ambiguous types.

Example:

import pkg.A.*;
class B {
    String s;// String is ambiguous if String is also declared in class pkg.A
}

Comments (1)

  1. Log in to comment