package com.e2u.test; /** * Tests the basic functionality of javahl binding (inspired by the * tests in subversion/tests/cmdline/basic_tests.py). */ public class CompileCheck { void STAT_FIRST_SLASH() { /**/ /*int a = 3; int b = 6;*/ /**/ /*int a = 3; int b = 6;*/ // /* a */ /// /**/ int a;/*int a = 3; int b = 6;*/ int b; // /**/ int c;/*int a = 3; int b = 6;*/ /**/ int aa;/*int a = 3; int b = 6;*/ int aaab; // /**/ int caa;/*int a = 3; int b = 6;*/ int bbbb = 9 / /* adfd */ ( 222 / 6 /* **/ ) / // dfsa/ 4; } }