forked from JavaTX/JavaCompilerCore
Parser now handles untyped method declarations but this needs further
inspection as constructors are not handled properly.
This commit is contained in:
parent
b2e5555da5
commit
d9e6ef6e47
@ -442,7 +442,7 @@ methodModifier
|
||||
;
|
||||
|
||||
methodHeader
|
||||
: result methodDeclarator throws_?
|
||||
: result? methodDeclarator throws_?
|
||||
| typeParameters annotation* result methodDeclarator throws_?
|
||||
;
|
||||
|
||||
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user