import org.aspectj.testing.Tester; public class Driver { public static void main(String[] args) { test(); } static public void test() { SubClass s = new SubClass(0); Tester.checkEqual(Aspect.count, 2, "introduced constructors"); } } class Class {} class SubClass extends Class {} // this should introduce a unary constructor for // Class and SubClass aspect Aspect { static int count = 0; //introduction subtypes(Class) { Class.new(int i) {count++;} SubClass.new(int i) {super(2); count++;} //} } server.git
Nextcloud server, a safe home for all your data: https://github.com/nextcloud/serverwww-data
aboutsummaryrefslogtreecommitdiffstats
path: root/apps/encryption/l10n/gl.json
blob: 01bcfaabfa2b7b5729622117971a4095698c067b (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