This website requires JavaScript.
Explore
Help
Sign In
eric
/
OnJava8-Examples
Watch
1
Star
0
Fork
0
You've already forked OnJava8-Examples
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
OnJava8-Examples
/
housekeeping
/
MethodInit.java
6 lines
100 B
Java
Raw
Normal View
History
Unescape
Escape
New format
2015-09-07 11:44:36 -06:00
// housekeeping/MethodInit.java
reorg
2015-06-15 17:47:35 -07:00
public
class
MethodInit
{
int
i
=
f
(
)
;
int
f
(
)
{
return
11
;
}
New format
2015-09-07 11:44:36 -06:00
}
Reference in New Issue
Copy Permalink