blob: f3a95d9fc907d55c987b42abdb48cbe9367b0322 [file] [log] [blame]
module imports.test9276util;
string _dgliteral(T...)()
{
foreach (t; T)
return t.stringof;
assert(0);
}
template DownCastMethods(T...)
{
enum x = _dgliteral!T;
}