Raw
1 class RIGHT<A, B> implements List<A> {
2 static int ONE;
3 static int TWO;
4 static int THREE;
5 private A ChangeMe;
6 }