Hi, i tried this with my interface template and it doesn't compile/work : interface XYZ(T) { .. public void foo(XYZ!(T) bar); .. } how can i achieve the desired effect ? thnx Philipp