aboutsummaryrefslogtreecommitdiffstats
path: root/tests/harness/XLintcflow.java
blob: e77445b6ea3bf5a91d02b36e1c7b4058ee29f1e4 (plain)
1
2
3
4
5
6
// "Two Xlint warnings wth cflow?"

aspect A {
	  before(): call(* *(..)) && cflow(execution(* *(..))) {
	  }
}