1 2 3 4 5 6 7 8 9 10
// PR55341 aspect F { private int HW.intField = 999; } aspect M { public String HW.getMessage () { return message; } }