@@ -452,6 +452,31 @@ declarations.swift:
452452# 144| getElement(0): [CallExpr] call to id()
453453# 144| getFunction(): [MethodRefExpr] .id()
454454# 144| getBase(): [IntegerLiteralExpr] 42
455+ # 146| [ClassDecl] GenericClass
456+ # 146| getGenericTypeParam(0): [GenericTypeParamDecl] A
457+ # 146| getGenericTypeParam(1): [GenericTypeParamDecl] B
458+ # 146| getGenericTypeParam(2): [GenericTypeParamDecl] C
459+ # 147| getMember(0): [ConcreteFuncDecl] genericMethod(_:_:_:)
460+ # 147| getSelfParam(): [ParamDecl] self
461+ # 147| getParam(0): [ParamDecl] _
462+ # 147| getParam(1): [ParamDecl] _
463+ # 147| getParam(2): [ParamDecl] _
464+ # 147| getBody(): [BraceStmt] { ... }
465+ # 146| getMember(1): [DestructorDecl] deinit()
466+ # 146| getSelfParam(): [ParamDecl] self
467+ # 146| getBody(): [BraceStmt] { ... }
468+ # 146| getMember(2): [ConstructorDecl] init()
469+ # 146| getSelfParam(): [ParamDecl] self
470+ # 146| getBody(): [BraceStmt] { ... }
471+ # 146| getElement(0): [ReturnStmt] return
472+ # 150| [ConcreteFuncDecl] genericFunc(_:_:_:)
473+ # 150| getGenericTypeParam(0): [GenericTypeParamDecl] A
474+ # 150| getGenericTypeParam(1): [GenericTypeParamDecl] B
475+ # 150| getGenericTypeParam(2): [GenericTypeParamDecl] C
476+ # 150| getParam(0): [ParamDecl] _
477+ # 150| getParam(1): [ParamDecl] _
478+ # 150| getParam(2): [ParamDecl] _
479+ # 150| getBody(): [BraceStmt] { ... }
455480expressions.swift:
456481# 1| [TopLevelCodeDecl] { ... }
457482# 1| getBody(): [BraceStmt] { ... }
0 commit comments