Skip to content

Commit

Permalink
FIXED: имена функций INIT и FINAL — s.CHAR* (#252)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mazdaywik committed Jun 29, 2020
1 parent 96eec95 commit 7cd2729
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/compiler/OptTree-AutoMarkup-GraphExtractor.ref
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ OptTree-AutoMarkup-GetEntryPoints {
= (e.FuncName);

(Function s.Scope (e.FuncName) Sentences e.Body)
,<OneOf (e.FuncName) (INIT) (FINAL)> : True
,<OneOf (e.FuncName) ('INIT') ('FINAL')> : True
= (e.FuncName);

e.Smth
Expand Down

0 comments on commit 7cd2729

Please sign in to comment.