summaryrefslogtreecommitdiffstats
path: root/tests/bugs150/PrivatePointcutOverriding.aj
diff options
context:
space:
mode:
Diffstat (limited to 'tests/bugs150/PrivatePointcutOverriding.aj')
-rw-r--r--tests/bugs150/PrivatePointcutOverriding.aj23
1 files changed, 23 insertions, 0 deletions
diff --git a/tests/bugs150/PrivatePointcutOverriding.aj b/tests/bugs150/PrivatePointcutOverriding.aj
new file mode 100644
index 000000000..a5b298d8c
--- /dev/null
+++ b/tests/bugs150/PrivatePointcutOverriding.aj
@@ -0,0 +1,23 @@
+abstract aspect SuperAspect {
+
+ private pointcut matchedJP() : execution(* foo(..));
+
+ declare warning : matchedJP() : "matched join point from super advice";
+
+}
+
+public aspect PrivatePointcutOverriding extends SuperAspect {
+
+ private pointcut matchedJP() : execution(* bar(..));
+
+ declare warning : matchedJP() : "matched join point from sub advice";
+
+}
+
+class C {
+
+ void foo() {}
+
+ void bar() {}
+
+} \ No newline at end of file
d/noid/stable29-update-psalm-baseline Nextcloud server, a safe home for all your data: https://github.com/nextcloud/serverwww-data
summaryrefslogtreecommitdiffstats
path: root/l10n/km/files_sharing.po
blob: f12cf3ccbe1ffc8151eacc0383c524cac7bdc864 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80