Skip to main content
summaryrefslogtreecommitdiffstats
blob: c449e33abd634e3b0a1d3a20dd07d9b0727dbed3 (plain) (blame)
1
2
3
4
5
6
7
//change type of a to HashSet
package p;

class A {
	void m(int a){
	}
}

Back to the top