summaryrefslogtreecommitdiffstats
path: root/tests/java5
diff options
context:
space:
mode:
Diffstat (limited to 'tests/java5')
-rw-r--r--tests/java5/pertypewithin/Q.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/java5/pertypewithin/Q.java b/tests/java5/pertypewithin/Q.java
index 7c5d05985..8a2fe8f0c 100644
--- a/tests/java5/pertypewithin/Q.java
+++ b/tests/java5/pertypewithin/Q.java
@@ -1,5 +1,7 @@
aspect Q pertypewithin(P) {
+ declare precedence: R,Q;
+
int ctr = 0;
after(): execution(* runA(..)) {