1 package test.wksp.eclipse;
2 
3 public class X16 {
4 
5 	/**
6 	 * INTERNAL USE-ONLY Generate the byte for a problem method info that
7 	 * correspond to a synthetic method that generate an access to a private
8 	 * constructor.
9 	 *
10 	 * @param methodBinding
11 	 *        org.eclipse.jdt.internal.compiler.nameloopkup.SyntheticAccessMethodBinding
12 	 */
foo(Object methodBinding)13 	void foo(Object methodBinding) {
14 	}
15 }
16