summaryrefslogtreecommitdiffstats
path: root/tests/multiIncremental/importProb2/base/src/x/X.java
blob: ef0883ace6dacc3264d26ecc4f735a6db25223a5 (plain)
1
2
3
4
5
6
7
8
9
package x;

import java.util.ArrayList;

public aspect X {
//  before(): within(!X) {}
declare soft : IllegalAccessException : execution( * *(..) );

}