mirror of
https://github.com/danog/parser.git
synced 2024-11-26 20:04:57 +01:00
bdef34b4b4
Signed-off-by: azjezz <azjezz@protonmail.com>
22 lines
435 B
Plaintext
22 lines
435 B
Plaintext
[
|
|
Interface {
|
|
name: Identifier {
|
|
name: "foo",
|
|
},
|
|
extends: [],
|
|
body: [
|
|
AbstractMethod {
|
|
name: Identifier {
|
|
name: "bar",
|
|
},
|
|
params: [],
|
|
flags: [
|
|
Public,
|
|
],
|
|
return_type: None,
|
|
by_ref: false,
|
|
},
|
|
],
|
|
},
|
|
]
|