summaryrefslogtreecommitdiffstats
path: root/tests/features153/pipelining/annotations/Foo.java
blob: a7d68dd35a4beef36e9e93ed0880793ff8582785 (plain)
1
2
3
4
5
public class Foo { 
  public static void main(String []argv) {
    new DecoratedClass().m();
  }
}