aboutsummaryrefslogtreecommitdiff
path: root/scene-lib/test/annotations/tests/classfile/cases/TestLocalVariableA.jaif
blob: 4cd6080056064c9c3deea59ad60199302ba524ce (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
package annotations.tests.classfile.foo:
annotation @A: @Retention(value=RUNTIME) @java.lang.annotation.Target(value={TYPE_USE})

package annotations.tests.classfile.cases:
class TestLocalVariableA: @annotations.tests.classfile.foo.A
	field i:
	
	field s:
	
	method <init>()V:

	method <init>(I)V:
	
	method <init>(Ljava/lang/Integer;)V:
		
	method i()I:
	
	method j()I :
		return : @annotations.tests.classfile.foo.A
 
  method someMethod()V:
       
  method main([Ljava/lang/String;)V: