summaryrefslogtreecommitdiffstats
path: root/tests/bugs163/pr256669/Introduction.java
blob: 8539a85514b305d40bf51f993282d88d5de36684 (plain)
1
2
3
4
5
6
privileged aspect Introduction {
  public String Destination.helloWorld(@SomeAnnotation("xyz") String who) {
    return "Hello " + who;
  }
}