test147

Undocumented in source.
immutable
auto test147 = q{--- test147 // Test implicit function template instantiation (2 equivalent types on single arg) void fun[T](T param1, T param2) {} void run(){ fun(42, 42); } };

Meta