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

public team class T1{
	private final T3 anchor = new T3();
	
	private ExternRole<@anchor> extern;
}

Back to the top