Skip to main content
summaryrefslogtreecommitdiffstats
blob: 88f12d8df9b1abf32b21bbdc3ea506b19d6cc1a7 (plain) (blame)
1
2
3
4
5
6
7
8
package semicolon_in;

public class A_test406 {
	public void foo() {
		if (/*[*/1 == 10/*]*/)
			foo();
	}
}

Back to the top