This website requires JavaScript.
Explore
Help
Sign In
OpenE2K
/
gcc
Watch
2
Star
0
Fork
You've already forked gcc
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
43be1fe457
gcc
/
libjava
/
testsuite
/
libjava.compile
/
PR23431_2.java
10 lines
102 B
Java
Raw
Blame
History
interface
Foo
{
public
void
bar
(
)
;
}
class
PR23431_2
implements
Foo
{
private
void
bar
(
)
{
}
}
Reference in New Issue
View Git Blame
Copy Permalink