Gitiles
Code Review
Sign In
gerrit.witaqua.org
/
art
/
4809d0a8a5fca85a67dd0588ead5dfbd0f1acf96
/
.
/
test
/
010-instance
/
src
/
Y.java
blob: 2b2c3711aa87dbff01d03a3092badda26399646b [
file
] [
log
] [
blame
]
class
Y
extends
X
{
public
Y
()
{
}
int
bar
()
{
return
1
;
}
}