Skip to main content
summaryrefslogtreecommitdiffstats
blob: 4e95d87f8a9ec39b7db7d5463fe5cf8a9cb4996e (plain) (blame)
1
2
3
4
5
6
7
8
9
package p;

public team class T{
	protected class R playedBy B{
		void n(int j){
			int v = j;
		}
	}
}

Back to the top