DEBSOURCES
Skip Quicknav
sources / eclipse-jdt-ui / 4.10-1 / org.eclipse.jdt.ui.tests.refactoring / resources / IntroduceIndirection / test18_04 / out / Foo.java
1234567891011
package p; public interface Foo { /** * @param c */ static void d(C c) { c.d(); } }