Sign in
android
/
platform
/
external
/
annotation-tools
/
92b2dbfe09b2415c27de836ddfe7965a55e09f39
/
.
/
annotation-file-utilities
/
tests
/
MethodMultiple.java
blob: c717aea471bb30023e173fdf448d642b5f37648d [
file
] [
log
] [
blame
]
package
annotator
.
tests
;
public
class
MethodMultiple
{
public
String
foo
()
{
return
null
;
}
public
String
foo
(
String
s
)
{
return
null
;
}
}