blob: 7046fdd8a1578380beab48d6f369800c87e71f87 [file] [log] [blame]
import test9434;//expression;
enum TokenType { Dot }
template Tok(string type)
{
enum Tok = TokenType.Dot;
}
template Semantic(T)
{
invariant(){}
}
template Semantic(T) if (is(T == BinaryExp!(Tok!".")))
{
}