public class KadabraNodes {
    public static int foo() {
        /* A comment */
        return 1 + 2;
    }

    /* A comment replacing foo2 */

	public static int foo4() {
		return 2 + 2;
	}	

    public static void snippetExpr() {
        String a = null;
    }	
}