Hi; I am looking for a way to detect constructor calls in a Expr and the return statements.
a = quote x = Foo(12) y = x.val + x.id
Hi; I am looking for a way to detect constructor calls in a Expr and the return statements.
a = quote x = Foo(12) y = x.val + x.id