1 2 3 4 5 6
// Simple non-static ITDM public class Parse1 { } aspect X { <T> T Parse1.m(T timeFor) { return null;} }