aboutsummaryrefslogtreecommitdiffstats
path: root/tests/bugs/StringToString/X.java
blob: 9ef81978c28b2124db85694859fbae9d3e8b70eb (plain)
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;
  }
}