This website requires JavaScript.
Explore
Help
Register
Sign In
stan
/
jdk-24
Watch
1
Star
0
Fork
0
You've already forked jdk-24
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
jdk-24
/
langtools
/
test
/
tools
/
javac
/
HiddenAbstractMethod
/
two
/
Child.java
8 lines
105 B
Java
Raw
Normal View
History
Unescape
Escape
8074408: Group 12: golden files for tests in tools/javac dir Reviewed-by: jjg
2015-05-15 01:56:14 -07:00
/* /nodynamiccopyright/ */
Initial load
2007-12-01 00:00:00 +00:00
package
two
;
public
class
Child
extends
one
.
Parent
{
void
method
(
)
{
}
}
Reference in New Issue
Copy Permalink