package handTests;
public class Comments {
	/* comment */
	public void foo() {
		foo();
		/* comment */
		// comment
		/** comment */
		foo();
	}
	/* comment */
}
