Advertisement
tinyevil

Untitled

Jul 13th, 2018
159
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. function foo(x:$calculate_type()); // ok, ast node "type"
  2.  
  3. function foo(x:$calculate_container_type()[MyObject]); // ok, ast node "type"
  4.  
  5. function foo(x $calculate_param_decl()); // not ok, there is no ast node here
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement