@@ -52,12 +52,12 @@ this( LexPosition pos, string msg, string file=null, size_t line=0, Throwable next=null ) { string fullmsg = pos is null ? sprintf!("\n[??] %s")(msg) : sprintf!("\n[%s] %s")(pos, msg); - for(int i=0; i