Sign in
android
/
platform
/
sdk
/
7ce6049cd1d368d7cd08ac5e22f855f23b2110a7
/
.
/
lint
/
libs
/
lint_checks
/
tests
/
src
/
com
/
android
/
tools
/
lint
/
checks
/
data
/
registration
/
Foo.java.txt
blob: a6470300ca9bf8f1684555dbc1b372f2941fe1df [
file
] [
log
] [
blame
]
package
test
.
pkg
;
import
android
.
app
.
Activity
;
public
class
Foo
{
public
static
class
Bar
extends
Activity
{
}
public
class
Baz
extends
Activity
{
}
}