summaryrefslogtreecommitdiffstats
path: root/tests/java5/generics/itds/Parse1.java
blob: b5a59c5f77bc525dc92d1417301278a23cb21762 (plain)
1
2
3
4
5
6
// Simple non-static ITDM
public class Parse1 { }

aspect X {
  <T> T Parse1.m(T timeFor) { return null;} 
}