1 2 3 4 5 6 7 8 9
aspect X { intertype Target { int i = 5; } public static void main(String[]argv) { } } class Target {}