Skip to main content
summaryrefslogtreecommitdiffstats
blob: dbda6a79216a8ddc655213cfefd057cb5b9cbb00 (plain) (blame)
1
2
3
4
5
package p;
class A{
	private void m(int i){
	}
}

Back to the top