Skip to main content
summaryrefslogtreecommitdiffstats
blob: 51425a7061166636263c810b1436a2aa02898ebf (plain) (blame)
1
2
3
4
package p;
class A<T>{	
	void x(){}
}

Back to the top