Sign in
android
/
platform
/
external
/
annotation-tools
/
92b2dbfe09b2415c27de836ddfe7965a55e09f39
/
.
/
annotation-file-utilities
/
tests
/
FieldMultiple.java
blob: 3b75510a5753da784271fb663b9a25c23a5c9cdf [
file
] [
log
] [
blame
]
package
annotator
.
tests
;
public
class
FieldMultiple
{
public
Integer
foo
,
bar
;
public
Integer
i
,
d
;
}