Sign in
android
/
platform
/
external
/
annotation-tools
/
92b2dbfe09b2415c27de836ddfe7965a55e09f39
/
.
/
scene-lib
/
test
/
annotations
/
tests
/
classfile
/
cases
/
TestFieldSimple.java
blob: 4628b3c7b228c198261a8903747cf372df8ca1bf [
file
]
package
annotations
.
tests
.
classfile
.
cases
;
public
class
TestFieldSimple
{
public
int
i
;
private
int
j
;
protected
Object
o
;
String
s
=
null
;
TestFieldSimple
f
=
null
;
}