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

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