// default package public class Main { public static void main (String[] args) { Target.staticMethod(1); } static Target.Inner foo = null; } it.css'/>
summaryrefslogtreecommitdiffstats
path: root/tests/java5/reflection/InterTypeDeclarations.aj
blob: 0dd4601a0649467a145194d32f9019b52d901a40 (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