You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
. The body for a hook can either be a single expression, or an array of statements. You are passing a single statement. You should either pass without the [0] or use [0]->expr.
I have following code to add Property Hook:
When using inline function, the following output is generated in PrettyPrinter@850 with double
;
Am I doing something wrong here, or does
pPropertyHook
should either trim;
or do not add additional;
?The text was updated successfully, but these errors were encountered: