1 2 3 4 5 6 7 8 9 10
package r; public aspect DeclaresITD { public int InterfaceForITD.x = 9; public void InterfaceForITD.nothing(int x, int y, int z) { } }