Skip to main content
summaryrefslogtreecommitdiffstats
blob: 065bec94d2fe15aab4bb048d48df7fccaef2100c (plain) (blame)
1
2
3
4
package p;
class A{	
	void x(){}
}

Back to the top