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