Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- function foo(x:$calculate_type()); // ok, ast node "type"
- function foo(x:$calculate_container_type()[MyObject]); // ok, ast node "type"
- function foo(x $calculate_param_decl()); // not ok, there is no ast node here
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement