diff --git a/monster/compiler/tokenizer.d b/monster/compiler/tokenizer.d index b7d2dffa63..a529bed454 100644 --- a/monster/compiler/tokenizer.d +++ b/monster/compiler/tokenizer.d @@ -218,7 +218,7 @@ const char[][] tokenList = TT.State : "state", TT.Typeof : "typeof", TT.Singleton : "singleton", - TT.Singleton : "clone", + TT.Clone : "clone", TT.Static : "static", TT.Const : "const", TT.Abstract : "abstract",