DEBSOURCES
Skip Quicknav
sources / eclipse-jdt-ui / 4.10-1 / org.eclipse.jdt.ui.tests.refactoring / resources / IntroduceParameter / simple / Vararg1.java
123456789
//selection: 7, 16, 7, 18 //name: j -> answer package simple; public class Vararg1 { int foo(int i, int... array) { return 42; } }