Change varargs and kwargs to AST_Names
They were previously represented as strings, like in cpython, but we want to treat them like names.
Showing
Please register or sign in to comment
They were previously represented as strings, like in cpython, but we want to treat them like names.