mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 14:47:44 +00:00
JSSpecCompiler: Parse method headers
This commit is contained in:
parent
a35a751f9e
commit
4d8f74c149
7 changed files with 85 additions and 12 deletions
|
@ -0,0 +1,16 @@
|
|||
===== AST after reference-resolving =====
|
||||
%get Foo.Bar.baz%():
|
||||
TreeList
|
||||
ReturnNode
|
||||
Enumerator unused
|
||||
|
||||
TestAbstractOperation(a):
|
||||
TreeList
|
||||
ReturnNode
|
||||
Enumerator unused
|
||||
|
||||
%Foo.Bar.foo%(a):
|
||||
TreeList
|
||||
ReturnNode
|
||||
Enumerator unused
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue