summaryrefslogtreecommitdiffstats
path: root/tests/model/pr145963_3/AspectInDefaultPackage.aj
blob: 319edf0b70a67f05329ce307e4e6161e815fa57f (plain)
1
2
3
4
5
6
public aspect AspectInDefaultPackage {

	declare warning : (get(* System.out) || get(* System.err)) : "There should be no printlns";

}