DEBSOURCES
Skip Quicknav
sources / eclipse-jdt-ui / 4.10-1 / org.eclipse.jdt.ui.tests.refactoring / resources / IntroduceIndirection / test18_02 / out / Foo.java
12345678910111213141516
package p; public interface Foo { static void s() { } /** * */ static void s() { Foo.s(); } }