summaryrefslogtreecommitdiffstats
path: root/tests/model/pr145963_4/A.java
blob: c5764801a75a63d379b9d17e7b0bd37b3add40e6 (plain)
1
2
3
4
5
6
public aspect A {

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

}