DEBSOURCES
Skip Quicknav
sources / eclipse-jdt-ui / 4.10-1 / org.eclipse.jdt.ui.tests.refactoring / resources / ExtractInterface / test71 / out / As.java
12345678910
package p; /** typecomment template*/ public class As { void f(){ I a= new A(); if (a instanceof A){ } else { } } }