aboutsummaryrefslogtreecommitdiffstats
path: root/tests/bugs152/pr145963/Deow.aj
blob: bde4343409d05bd3ffc4214c49adeab459efdf97 (plain)
1
2
3
4
5
6
7
package pkg;

public aspect Deow {

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

}