Skip to content

Commit

Permalink
Merge pull request #2083 from usethesource/add-categories-to-rascal-g…
Browse files Browse the repository at this point in the history
…rammar

Add/update categories to Rascal grammar
  • Loading branch information
DavyLandman authored Dec 9, 2024
2 parents bea8828 + 6bf08d1 commit 6ed70ad
Show file tree
Hide file tree
Showing 110 changed files with 4,966 additions and 4,837 deletions.
1 change: 1 addition & 0 deletions src/org/rascalmpl/ast/Assignable.java
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
import io.usethesource.vallang.IConstructor;
import io.usethesource.vallang.ISourceLocation;

@SuppressWarnings(value = {"unused"})
public abstract class Assignable extends AbstractAST {
public Assignable(ISourceLocation src, IConstructor node) {
super(src /* we forget node on purpose */);
Expand Down
1 change: 1 addition & 0 deletions src/org/rascalmpl/ast/Assignment.java
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ protected void addForLineNumber(int $line, java.util.List<AbstractAST> $result)
if (getLocation().getBeginLine() == $line) {
$result.add(this);
}
ISourceLocation $l;

}

Expand Down
1 change: 1 addition & 0 deletions src/org/rascalmpl/ast/Backslash.java
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
import io.usethesource.vallang.IConstructor;
import io.usethesource.vallang.ISourceLocation;

@SuppressWarnings(value = {"unused"})
public abstract class Backslash extends AbstractAST {
public Backslash(ISourceLocation src, IConstructor node) {
super(src /* we forget node on purpose */);
Expand Down
1 change: 1 addition & 0 deletions src/org/rascalmpl/ast/Body.java
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
import io.usethesource.vallang.IConstructor;
import io.usethesource.vallang.ISourceLocation;

@SuppressWarnings(value = {"unused"})
public abstract class Body extends AbstractAST {
public Body(ISourceLocation src, IConstructor node) {
super(src /* we forget node on purpose */);
Expand Down
1 change: 1 addition & 0 deletions src/org/rascalmpl/ast/BooleanLiteral.java
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
import io.usethesource.vallang.IConstructor;
import io.usethesource.vallang.ISourceLocation;

@SuppressWarnings(value = {"unused"})
public abstract class BooleanLiteral extends AbstractAST {
public BooleanLiteral(ISourceLocation src, IConstructor node) {
super(src /* we forget node on purpose */);
Expand Down
1 change: 1 addition & 0 deletions src/org/rascalmpl/ast/Case.java
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
import io.usethesource.vallang.IConstructor;
import io.usethesource.vallang.ISourceLocation;

@SuppressWarnings(value = {"unused"})
public abstract class Case extends AbstractAST {
public Case(ISourceLocation src, IConstructor node) {
super(src /* we forget node on purpose */);
Expand Down
1 change: 1 addition & 0 deletions src/org/rascalmpl/ast/CaseInsensitiveStringConstant.java
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
import io.usethesource.vallang.IConstructor;
import io.usethesource.vallang.ISourceLocation;

@SuppressWarnings(value = {"unused"})
public abstract class CaseInsensitiveStringConstant extends AbstractAST {
public CaseInsensitiveStringConstant(ISourceLocation src, IConstructor node) {
super(src /* we forget node on purpose */);
Expand Down
1 change: 1 addition & 0 deletions src/org/rascalmpl/ast/Catch.java
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
import io.usethesource.vallang.IConstructor;
import io.usethesource.vallang.ISourceLocation;

@SuppressWarnings(value = {"unused"})
public abstract class Catch extends AbstractAST {
public Catch(ISourceLocation src, IConstructor node) {
super(src /* we forget node on purpose */);
Expand Down
1 change: 1 addition & 0 deletions src/org/rascalmpl/ast/Char.java
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
import io.usethesource.vallang.IConstructor;
import io.usethesource.vallang.ISourceLocation;

@SuppressWarnings(value = {"unused"})
public abstract class Char extends AbstractAST {
public Char(ISourceLocation src, IConstructor node) {
super(src /* we forget node on purpose */);
Expand Down
1 change: 1 addition & 0 deletions src/org/rascalmpl/ast/Class.java
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
import io.usethesource.vallang.IConstructor;
import io.usethesource.vallang.ISourceLocation;

@SuppressWarnings(value = {"unused"})
public abstract class Class extends AbstractAST {
public Class(ISourceLocation src, IConstructor node) {
super(src /* we forget node on purpose */);
Expand Down
1 change: 1 addition & 0 deletions src/org/rascalmpl/ast/Command.java
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
import io.usethesource.vallang.IConstructor;
import io.usethesource.vallang.ISourceLocation;

@SuppressWarnings(value = {"unused"})
public abstract class Command extends AbstractAST {
public Command(ISourceLocation src, IConstructor node) {
super(src /* we forget node on purpose */);
Expand Down
1 change: 1 addition & 0 deletions src/org/rascalmpl/ast/Commands.java
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
import io.usethesource.vallang.IConstructor;
import io.usethesource.vallang.ISourceLocation;

@SuppressWarnings(value = {"unused"})
public abstract class Commands extends AbstractAST {
public Commands(ISourceLocation src, IConstructor node) {
super(src /* we forget node on purpose */);
Expand Down
1 change: 1 addition & 0 deletions src/org/rascalmpl/ast/Comment.java
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
import io.usethesource.vallang.IConstructor;
import io.usethesource.vallang.ISourceLocation;

@SuppressWarnings(value = {"unused"})
public abstract class Comment extends AbstractAST {
public Comment(ISourceLocation src, IConstructor node) {
super(src /* we forget node on purpose */);
Expand Down
1 change: 1 addition & 0 deletions src/org/rascalmpl/ast/Comprehension.java
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
import io.usethesource.vallang.IConstructor;
import io.usethesource.vallang.ISourceLocation;

@SuppressWarnings(value = {"unused"})
public abstract class Comprehension extends AbstractAST {
public Comprehension(ISourceLocation src, IConstructor node) {
super(src /* we forget node on purpose */);
Expand Down
1 change: 1 addition & 0 deletions src/org/rascalmpl/ast/Concrete.java
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
import io.usethesource.vallang.IConstructor;
import io.usethesource.vallang.ISourceLocation;

@SuppressWarnings(value = {"unused"})
public abstract class Concrete extends AbstractAST {
public Concrete(ISourceLocation src, IConstructor node) {
super(src /* we forget node on purpose */);
Expand Down
1 change: 1 addition & 0 deletions src/org/rascalmpl/ast/ConcreteHole.java
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
import io.usethesource.vallang.IConstructor;
import io.usethesource.vallang.ISourceLocation;

@SuppressWarnings(value = {"unused"})
public abstract class ConcreteHole extends AbstractAST {
public ConcreteHole(ISourceLocation src, IConstructor node) {
super(src /* we forget node on purpose */);
Expand Down
1 change: 1 addition & 0 deletions src/org/rascalmpl/ast/ConcretePart.java
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
import io.usethesource.vallang.IConstructor;
import io.usethesource.vallang.ISourceLocation;

@SuppressWarnings(value = {"unused"})
public abstract class ConcretePart extends AbstractAST {
public ConcretePart(ISourceLocation src, IConstructor node) {
super(src /* we forget node on purpose */);
Expand Down
1 change: 1 addition & 0 deletions src/org/rascalmpl/ast/DataTypeSelector.java
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
import io.usethesource.vallang.IConstructor;
import io.usethesource.vallang.ISourceLocation;

@SuppressWarnings(value = {"unused"})
public abstract class DataTypeSelector extends AbstractAST {
public DataTypeSelector(ISourceLocation src, IConstructor node) {
super(src /* we forget node on purpose */);
Expand Down
1 change: 1 addition & 0 deletions src/org/rascalmpl/ast/DateAndTime.java
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
import io.usethesource.vallang.IConstructor;
import io.usethesource.vallang.ISourceLocation;

@SuppressWarnings(value = {"unused"})
public abstract class DateAndTime extends AbstractAST {
public DateAndTime(ISourceLocation src, IConstructor node) {
super(src /* we forget node on purpose */);
Expand Down
1 change: 1 addition & 0 deletions src/org/rascalmpl/ast/DatePart.java
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
import io.usethesource.vallang.IConstructor;
import io.usethesource.vallang.ISourceLocation;

@SuppressWarnings(value = {"unused"})
public abstract class DatePart extends AbstractAST {
public DatePart(ISourceLocation src, IConstructor node) {
super(src /* we forget node on purpose */);
Expand Down
1 change: 1 addition & 0 deletions src/org/rascalmpl/ast/DateTimeLiteral.java
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
import io.usethesource.vallang.IConstructor;
import io.usethesource.vallang.ISourceLocation;

@SuppressWarnings(value = {"unused"})
public abstract class DateTimeLiteral extends AbstractAST {
public DateTimeLiteral(ISourceLocation src, IConstructor node) {
super(src /* we forget node on purpose */);
Expand Down
1 change: 1 addition & 0 deletions src/org/rascalmpl/ast/DecimalIntegerLiteral.java
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
import io.usethesource.vallang.IConstructor;
import io.usethesource.vallang.ISourceLocation;

@SuppressWarnings(value = {"unused"})
public abstract class DecimalIntegerLiteral extends AbstractAST {
public DecimalIntegerLiteral(ISourceLocation src, IConstructor node) {
super(src /* we forget node on purpose */);
Expand Down
1 change: 1 addition & 0 deletions src/org/rascalmpl/ast/Declaration.java
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
import io.usethesource.vallang.IConstructor;
import io.usethesource.vallang.ISourceLocation;

@SuppressWarnings(value = {"unused"})
public abstract class Declaration extends AbstractAST {
public Declaration(ISourceLocation src, IConstructor node) {
super(src /* we forget node on purpose */);
Expand Down
1 change: 1 addition & 0 deletions src/org/rascalmpl/ast/Declarator.java
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
import io.usethesource.vallang.IConstructor;
import io.usethesource.vallang.ISourceLocation;

@SuppressWarnings(value = {"unused"})
public abstract class Declarator extends AbstractAST {
public Declarator(ISourceLocation src, IConstructor node) {
super(src /* we forget node on purpose */);
Expand Down
1 change: 1 addition & 0 deletions src/org/rascalmpl/ast/Field.java
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
import io.usethesource.vallang.IConstructor;
import io.usethesource.vallang.ISourceLocation;

@SuppressWarnings(value = {"unused"})
public abstract class Field extends AbstractAST {
public Field(ISourceLocation src, IConstructor node) {
super(src /* we forget node on purpose */);
Expand Down
1 change: 1 addition & 0 deletions src/org/rascalmpl/ast/Formals.java
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
import io.usethesource.vallang.IConstructor;
import io.usethesource.vallang.ISourceLocation;

@SuppressWarnings(value = {"unused"})
public abstract class Formals extends AbstractAST {
public Formals(ISourceLocation src, IConstructor node) {
super(src /* we forget node on purpose */);
Expand Down
1 change: 1 addition & 0 deletions src/org/rascalmpl/ast/FunctionBody.java
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
import io.usethesource.vallang.IConstructor;
import io.usethesource.vallang.ISourceLocation;

@SuppressWarnings(value = {"unused"})
public abstract class FunctionBody extends AbstractAST {
public FunctionBody(ISourceLocation src, IConstructor node) {
super(src /* we forget node on purpose */);
Expand Down
1 change: 1 addition & 0 deletions src/org/rascalmpl/ast/FunctionDeclaration.java
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
import io.usethesource.vallang.IConstructor;
import io.usethesource.vallang.ISourceLocation;

@SuppressWarnings(value = {"unused"})
public abstract class FunctionDeclaration extends AbstractAST {
public FunctionDeclaration(ISourceLocation src, IConstructor node) {
super(src /* we forget node on purpose */);
Expand Down
1 change: 1 addition & 0 deletions src/org/rascalmpl/ast/FunctionModifiers.java
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
import io.usethesource.vallang.IConstructor;
import io.usethesource.vallang.ISourceLocation;

@SuppressWarnings(value = {"unused"})
public abstract class FunctionModifiers extends AbstractAST {
public FunctionModifiers(ISourceLocation src, IConstructor node) {
super(src /* we forget node on purpose */);
Expand Down
1 change: 1 addition & 0 deletions src/org/rascalmpl/ast/FunctionType.java
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
import io.usethesource.vallang.IConstructor;
import io.usethesource.vallang.ISourceLocation;

@SuppressWarnings(value = {"unused"})
public abstract class FunctionType extends AbstractAST {
public FunctionType(ISourceLocation src, IConstructor node) {
super(src /* we forget node on purpose */);
Expand Down
1 change: 1 addition & 0 deletions src/org/rascalmpl/ast/Header.java
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
import io.usethesource.vallang.IConstructor;
import io.usethesource.vallang.ISourceLocation;

@SuppressWarnings(value = {"unused"})
public abstract class Header extends AbstractAST {
public Header(ISourceLocation src, IConstructor node) {
super(src /* we forget node on purpose */);
Expand Down
1 change: 1 addition & 0 deletions src/org/rascalmpl/ast/HexIntegerLiteral.java
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
import io.usethesource.vallang.IConstructor;
import io.usethesource.vallang.ISourceLocation;

@SuppressWarnings(value = {"unused"})
public abstract class HexIntegerLiteral extends AbstractAST {
public HexIntegerLiteral(ISourceLocation src, IConstructor node) {
super(src /* we forget node on purpose */);
Expand Down
1 change: 1 addition & 0 deletions src/org/rascalmpl/ast/Import.java
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
import io.usethesource.vallang.IConstructor;
import io.usethesource.vallang.ISourceLocation;

@SuppressWarnings(value = {"unused"})
public abstract class Import extends AbstractAST {
public Import(ISourceLocation src, IConstructor node) {
super(src /* we forget node on purpose */);
Expand Down
1 change: 1 addition & 0 deletions src/org/rascalmpl/ast/ImportedModule.java
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
import io.usethesource.vallang.IConstructor;
import io.usethesource.vallang.ISourceLocation;

@SuppressWarnings(value = {"unused"})
public abstract class ImportedModule extends AbstractAST {
public ImportedModule(ISourceLocation src, IConstructor node) {
super(src /* we forget node on purpose */);
Expand Down
1 change: 1 addition & 0 deletions src/org/rascalmpl/ast/IntegerLiteral.java
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
import io.usethesource.vallang.IConstructor;
import io.usethesource.vallang.ISourceLocation;

@SuppressWarnings(value = {"unused"})
public abstract class IntegerLiteral extends AbstractAST {
public IntegerLiteral(ISourceLocation src, IConstructor node) {
super(src /* we forget node on purpose */);
Expand Down
1 change: 1 addition & 0 deletions src/org/rascalmpl/ast/JustDate.java
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
import io.usethesource.vallang.IConstructor;
import io.usethesource.vallang.ISourceLocation;

@SuppressWarnings(value = {"unused"})
public abstract class JustDate extends AbstractAST {
public JustDate(ISourceLocation src, IConstructor node) {
super(src /* we forget node on purpose */);
Expand Down
1 change: 1 addition & 0 deletions src/org/rascalmpl/ast/JustTime.java
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
import io.usethesource.vallang.IConstructor;
import io.usethesource.vallang.ISourceLocation;

@SuppressWarnings(value = {"unused"})
public abstract class JustTime extends AbstractAST {
public JustTime(ISourceLocation src, IConstructor node) {
super(src /* we forget node on purpose */);
Expand Down
1 change: 1 addition & 0 deletions src/org/rascalmpl/ast/KeywordArgument_Expression.java
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
import io.usethesource.vallang.IConstructor;
import io.usethesource.vallang.ISourceLocation;

@SuppressWarnings(value = {"unused"})
public abstract class KeywordArgument_Expression extends AbstractAST {
public KeywordArgument_Expression(ISourceLocation src, IConstructor node) {
super(src /* we forget node on purpose */);
Expand Down
1 change: 1 addition & 0 deletions src/org/rascalmpl/ast/KeywordFormal.java
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
import io.usethesource.vallang.IConstructor;
import io.usethesource.vallang.ISourceLocation;

@SuppressWarnings(value = {"unused"})
public abstract class KeywordFormal extends AbstractAST {
public KeywordFormal(ISourceLocation src, IConstructor node) {
super(src /* we forget node on purpose */);
Expand Down
1 change: 1 addition & 0 deletions src/org/rascalmpl/ast/LAYOUT.java
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
import io.usethesource.vallang.IConstructor;
import io.usethesource.vallang.ISourceLocation;

@SuppressWarnings(value = {"unused"})
public abstract class LAYOUT extends AbstractAST {
public LAYOUT(ISourceLocation src, IConstructor node) {
super(src /* we forget node on purpose */);
Expand Down
1 change: 1 addition & 0 deletions src/org/rascalmpl/ast/Literal.java
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
import io.usethesource.vallang.IConstructor;
import io.usethesource.vallang.ISourceLocation;

@SuppressWarnings(value = {"unused"})
public abstract class Literal extends AbstractAST {
public Literal(ISourceLocation src, IConstructor node) {
super(src /* we forget node on purpose */);
Expand Down
1 change: 1 addition & 0 deletions src/org/rascalmpl/ast/LocalVariableDeclaration.java
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
import io.usethesource.vallang.IConstructor;
import io.usethesource.vallang.ISourceLocation;

@SuppressWarnings(value = {"unused"})
public abstract class LocalVariableDeclaration extends AbstractAST {
public LocalVariableDeclaration(ISourceLocation src, IConstructor node) {
super(src /* we forget node on purpose */);
Expand Down
1 change: 1 addition & 0 deletions src/org/rascalmpl/ast/LocationLiteral.java
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
import io.usethesource.vallang.IConstructor;
import io.usethesource.vallang.ISourceLocation;

@SuppressWarnings(value = {"unused"})
public abstract class LocationLiteral extends AbstractAST {
public LocationLiteral(ISourceLocation src, IConstructor node) {
super(src /* we forget node on purpose */);
Expand Down
1 change: 1 addition & 0 deletions src/org/rascalmpl/ast/Mapping_Expression.java
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
import io.usethesource.vallang.IConstructor;
import io.usethesource.vallang.ISourceLocation;

@SuppressWarnings(value = {"unused"})
public abstract class Mapping_Expression extends AbstractAST {
public Mapping_Expression(ISourceLocation src, IConstructor node) {
super(src /* we forget node on purpose */);
Expand Down
1 change: 1 addition & 0 deletions src/org/rascalmpl/ast/MidPathChars.java
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
import io.usethesource.vallang.IConstructor;
import io.usethesource.vallang.ISourceLocation;

@SuppressWarnings(value = {"unused"})
public abstract class MidPathChars extends AbstractAST {
public MidPathChars(ISourceLocation src, IConstructor node) {
super(src /* we forget node on purpose */);
Expand Down
1 change: 1 addition & 0 deletions src/org/rascalmpl/ast/MidProtocolChars.java
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
import io.usethesource.vallang.IConstructor;
import io.usethesource.vallang.ISourceLocation;

@SuppressWarnings(value = {"unused"})
public abstract class MidProtocolChars extends AbstractAST {
public MidProtocolChars(ISourceLocation src, IConstructor node) {
super(src /* we forget node on purpose */);
Expand Down
1 change: 1 addition & 0 deletions src/org/rascalmpl/ast/MidStringChars.java
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
import io.usethesource.vallang.IConstructor;
import io.usethesource.vallang.ISourceLocation;

@SuppressWarnings(value = {"unused"})
public abstract class MidStringChars extends AbstractAST {
public MidStringChars(ISourceLocation src, IConstructor node) {
super(src /* we forget node on purpose */);
Expand Down
1 change: 1 addition & 0 deletions src/org/rascalmpl/ast/Module.java
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
import io.usethesource.vallang.IConstructor;
import io.usethesource.vallang.ISourceLocation;

@SuppressWarnings(value = {"unused"})
public abstract class Module extends AbstractAST {
public Module(ISourceLocation src, IConstructor node) {
super(src /* we forget node on purpose */);
Expand Down
1 change: 1 addition & 0 deletions src/org/rascalmpl/ast/ModuleActuals.java
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
import io.usethesource.vallang.IConstructor;
import io.usethesource.vallang.ISourceLocation;

@SuppressWarnings(value = {"unused"})
public abstract class ModuleActuals extends AbstractAST {
public ModuleActuals(ISourceLocation src, IConstructor node) {
super(src /* we forget node on purpose */);
Expand Down
1 change: 1 addition & 0 deletions src/org/rascalmpl/ast/ModuleParameters.java
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
import io.usethesource.vallang.IConstructor;
import io.usethesource.vallang.ISourceLocation;

@SuppressWarnings(value = {"unused"})
public abstract class ModuleParameters extends AbstractAST {
public ModuleParameters(ISourceLocation src, IConstructor node) {
super(src /* we forget node on purpose */);
Expand Down
Loading

0 comments on commit 6ed70ad

Please sign in to comment.