@@ -405,3 +405,55 @@ attributes.cs:
405405# 130| 0: [AssignExpr] ... = ...
406406# 130| 0: [FieldAccess] access to field p
407407# 130| 1: [ParameterAccess] access to parameter value
408+ # 134| [Class] Class1
409+ # 136| 5: [Class] ParamsAttribute
410+ #-----| 3: (Base types)
411+ # 136| 0: [TypeMention] Attribute
412+ # 138| 4: [InstanceConstructor] ParamsAttribute
413+ #-----| 2: (Parameters)
414+ # 138| 0: [Parameter] s1
415+ # 138| -1: [TypeMention] string
416+ # 138| 1: [Parameter] s2
417+ # 138| -1: [TypeMention] string
418+ # 138| 2: [Parameter] args
419+ # 138| -1: [TypeMention] Int32[]
420+ # 138| 1: [TypeMention] int
421+ # 138| 4: [BlockStmt] {...}
422+ # 142| 6: [Method] M1
423+ # 142| -1: [TypeMention] Void
424+ #-----| 0: (Attributes)
425+ # 141| 1: [DefaultAttribute] [Params(...)]
426+ # 141| -1: [TypeMention] ParamsAttribute
427+ # 141| 0: [StringLiteralUtf16] "a"
428+ # 141| 1: [StringLiteralUtf16] "b"
429+ # 141| 2: [IntLiteral] 1
430+ # 142| 4: [BlockStmt] {...}
431+ # 145| 7: [Method] M2
432+ # 145| -1: [TypeMention] Void
433+ #-----| 0: (Attributes)
434+ # 144| 1: [DefaultAttribute] [Params(...)]
435+ # 144| -1: [TypeMention] ParamsAttribute
436+ # 144| 0: [StringLiteralUtf16] "a"
437+ # 144| 1: [StringLiteralUtf16] "b"
438+ # 144| 2: [IntLiteral] 1
439+ # 145| 4: [BlockStmt] {...}
440+ # 148| 8: [Method] M3
441+ # 148| -1: [TypeMention] Void
442+ #-----| 0: (Attributes)
443+ # 147| 1: [DefaultAttribute] [Params(...)]
444+ # 147| -1: [TypeMention] ParamsAttribute
445+ # 147| 0: [StringLiteralUtf16] "a"
446+ # 147| 1: [StringLiteralUtf16] "b"
447+ # 147| 2: [IntLiteral] 1
448+ # 148| 4: [BlockStmt] {...}
449+ # 151| 9: [Method] M4
450+ # 151| -1: [TypeMention] Void
451+ #-----| 0: (Attributes)
452+ # 150| 1: [DefaultAttribute] [Params(...)]
453+ # 150| -1: [TypeMention] ParamsAttribute
454+ # 150| 0: [StringLiteralUtf16] "a"
455+ # 150| 1: [StringLiteralUtf16] "b"
456+ # 150| 2: [ArrayCreation] array creation of type Int32[]
457+ # 150| -1: [ArrayInitializer] { ..., ... }
458+ # 150| 0: [IntLiteral] 1
459+ # 151| 4: [BlockStmt] {...}
0 commit comments