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

public class Test <T_1, T_2>{
	<T_3, T_4> void foo() {
		/**/T_
	}
}

Back to the top