Skip to main content
summaryrefslogtreecommitdiffstats
blob: 95bd5da895cbe4f4b3c0e0ded5774fae92379d15 (plain) (blame)
1
2
3
4
5
6
package p;
class A{
	void f(){
		int i= 0, j= 0;
	}
}

Back to the top