Sign in
android
/
platform
/
external
/
annotation-tools
/
refs/heads/pie-qpr2-release
/
.
/
annotation-file-utilities
/
tests
/
MethodMultiple.goal
blob: 9832c846c8d5dbcd654df8768e5f8e42106c28b7 [
file
] [
log
] [
blame
] [
edit
]
package
annotator
.
tests
;
public
class
MethodMultiple
{
public
String
foo
()
{
return
null
;
}
public
@java
.
lang
.
UnderInitialization
String
foo
(
String
s
)
{
return
null
;
}
}