DEBSOURCES
Skip Quicknav
sources / eclipse-jdt-ui / 4.10-1 / org.eclipse.jdt.ui.tests.refactoring / resources / IntroduceIndirection / test18_06 / out / Foo.java
123456789
package p; public interface Foo { default void d() { } }