We now output literals for accesses to members of template parameters: So for `foo` in the following example: ``` template<typename T> void bar(T& t) { T.foo(1) } ```