2 using System
.Diagnostics
;
4 public class ShiftReduceParser
<TokenValueType
, TokenLocationType
>
7 public static void Dump (string format
)
9 throw new ApplicationException ();
13 public class Parser
: ShiftReduceParser
<int, int>
15 [Conditional ("DUMP")]
16 static void NoCall
<T
> (T t
)
20 public static int Main ()
22 Dump ("Should not be called");