Update Swift.test.stg to include templates that were added on master since
the initial fork.
This commit is contained in:
parent
5b37b3e236
commit
76cebe470d
|
@ -398,6 +398,14 @@ open class LeafListener: TBaseListener {
|
|||
}
|
||||
>>
|
||||
|
||||
ImportVisitor(X) ::= ""
|
||||
BasicVisitor(X) ::= ""
|
||||
WalkVisitor(s) ::= ""
|
||||
LRWithLabelsVisitor(X) ::= ""
|
||||
RuleGetterVisitor(X) ::= ""
|
||||
LRVisitor(x) ::= ""
|
||||
TokenGetterVisitor(x) ::= ""
|
||||
|
||||
DeclareContextListGettersFunction() ::= <<
|
||||
func foo() {
|
||||
//let s: SContext? = nil
|
||||
|
|
Loading…
Reference in New Issue