org.aspectj/tests/bugs150/pr87376/I.java
acolyer 85aa152088 fix for Bugzilla Bug 87376
NPE when unresolved type of a bound var in a pointcut expression (EclipseFactory.java:224)
2005-03-10 13:34:55 +00:00

5 lines
39 B
Java

package a.b.c;
public interface I {
}