Skip to main content
summaryrefslogtreecommitdiffstats
blob: c46db8e987ebf66344ce4078ffc5dffe62fb2ce4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
package return_in;

public class A_test722 {
	void f(){
		for (int i = 0; i < 10; i++) {
			/*[*/for (int j = 0; j < 10; j++) {
			}/*]*/
		}
	}
}

Back to the top