aspect X { intertype Target { int i = 5; } public static void main(String[]argv) { Target target = new Target(); } } class Target {}