Files
uwrap/documentation/source/tutorial/access/access.wrp

10 lines
362 B
Plaintext
Raw Permalink Normal View History

2020-08-26 14:45:54 -04:00
match param: ParamSpec (x" access ") and parent (subp: SubpBody()) do
2020-06-25 21:13:38 -04:00
match not subp.child (
2020-08-31 14:30:07 +02:00
Identifier ()
2020-06-25 21:13:38 -04:00
and not parent (DefiningName())
and not parent (ExplicitDeref())
and p_referenced_decl ().filter (param))
2020-08-31 14:30:45 +02:00
wrap standard.out
2020-08-26 15:04:15 -04:00
("\e<sloc>\e<it.child (DefiningName())> access object should be out or in out\n");
end;