Exemplo n.º 1
0
 public Function(SourceLocation location)
     : base(location)
 {
     Body = new StatementList(location);
 }
Exemplo n.º 2
0
 protected Function(SourceLocation location)
     : base(location)
 {
     Body = new StatementList(location);
 }