DEBSOURCES
Skip Quicknav
sources / eclipse-jdt-ui / 4.15-1 / org.eclipse.jdt.ui.tests.refactoring / resources / IntroduceIndirection / test06 / in / Foo.java
12345678910111213
package p; public class Foo { // Test correct "thisification". class X extends Bar { { getDisplay(); } } }