[ FullOpeningTag( FullOpeningTagStatement { span: Span { line: 1, column: 1, position: 0, }, }, ), Interface( InterfaceStatement { attributes: [], interface: Span { line: 3, column: 1, position: 7, }, name: SimpleIdentifier { span: Span { line: 3, column: 11, position: 17, }, value: "foo", }, extends: None, body: InterfaceBody { left_brace: Span { line: 3, column: 15, position: 21, }, members: [ Method( AbstractMethod { comments: CommentGroup { comments: [], }, attributes: [], modifiers: MethodModifierGroup { modifiers: [ Public( Span { line: 4, column: 6, position: 28, }, ), ], }, function: Span { line: 4, column: 13, position: 35, }, ampersand: None, name: SimpleIdentifier { span: Span { line: 4, column: 22, position: 44, }, value: "bar", }, parameters: FunctionParameterList { comments: CommentGroup { comments: [], }, left_parenthesis: Span { line: 4, column: 25, position: 47, }, parameters: CommaSeparated { inner: [], commas: [], }, right_parenthesis: Span { line: 4, column: 26, position: 48, }, }, return_type: None, semicolon: Span { line: 4, column: 27, position: 49, }, }, ), ], right_brace: Span { line: 5, column: 1, position: 51, }, }, }, ), ]