1 2 3 4 5 6
package test135.pack; public class PackFoo { public void bar(int packIntParam, String packStringParam) { } }