Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: aa1f699ab6b6e1703cefc9e344dcf4e58ad0cb11 (plain) (blame)
1
2
3
4
5
6
7
package targets.model9a.internal;
public class GenericType<T> {
}

enum MyEnum{
	m1, m2;
}

Back to the top