We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d053ad commit 0768008Copy full SHA for 0768008
eng/scripts/generate_set.py
@@ -64,7 +64,7 @@ def simple_op_worker(cw, t, arg_t, name):
64
)
65
66
def enter_multiarg_op(cw, t, name):
67
- cw.enter_block('public %s %s([NotNone] params object[]/*!*/ sets)' % (t, name))
+ cw.enter_block('public %s %s([NotNone] params object[] sets)' % (t, name))
68
69
def union_multiarg(cw, mutable):
70
t = get_type(mutable)
0 commit comments