DEBSOURCES
Skip Quicknav
sources / eclipse-jdt-ui / 4.29-1 / org.eclipse.jdt.ui.tests.refactoring / resources / InlineMethodWorkspace / TestCases / call_out / TestStatementWithFunction1.java
12345678910
package call_out; class TestStatementWithFunction1 { public void main(){ } public int foo(){ return 6; } }