1 2 3 4 5 6 7 8 9 10 11
import java.util.*; public class FieldP { public static void main(String []argv) { } } class SimpleClass<N extends Number> { } aspect X { public static List<N> SimpleClass<N>.i; // error, static members in generic types cannot use the type variables }