DEBSOURCES
Skip Quicknav
sources / eclipse-jdt-ui / 4.15-1 / org.eclipse.jdt.ui.tests.refactoring / resources / IntroduceParameterObject / testDefaultPackagePointTopLevel / out / ArrayList.java
123456789
public class ArrayList { public int xer; public int yer; public ArrayList(int xer, int yer) { this.xer = xer; this.yer = yer; } }