index
:
platform/art
banksia-dev
[no description]
Gerrit Code Review
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
010-instance
/
src
/
Y.java
blob: 2b2c3711aa87dbff01d03a3092badda26399646b (
plain
)
1
2
3
4
5
6
7
8
class
Y
extends
X
{
public
Y
()
{
}
int
bar
()
{
return
1
;
}
}