summaryrefslogtreecommitdiffstats
path: root/tests/bugs/Pr51322.java
blob: 9a7268e96da60c4a71030988282d487e2ff07df6 (plain)
1
2
3
4
5
6
class A {}
public abstract aspect Pr51322
{
  public void A.aMethod(Object x) {}
  public void A.someMethod(WCharType a) { }
}