EmptyStatement.cs 94 B

1234567
  1. namespace Jint.Parser.Ast
  2. {
  3. public class EmptyStatement : Statement
  4. {
  5. }
  6. }