File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -5,14 +5,14 @@ def a(...); end
55a [ &blk ] = 1
66# ^^^^ error: Unsupported block pass node in non-final argument
77a . []=( &blk , 1 )
8+ # ^ error: unexpected token ","
89# ^^^^ error: Unsupported block pass node in non-final argument
9- # ^ error: Unexpected token ","
1010a ( &blk , 1 )
11+ # ^ error: unexpected token ","
1112# ^^^^ error: Unsupported block pass node in non-final argument
1213a . []=( 0 , &blk , 1 )
14+ # ^ error: unexpected token ","
1315# ^^^^ error: Unsupported block pass node in non-final argument
14- # ^ error: Unexpected token ","
15- # ^^^^ error: Unsupported block pass node in non-final argument
1616a ( 0 , &blk , 1 )
17+ # ^ error: unexpected token ","
1718# ^^^^ error: Unsupported block pass node in non-final argument
18- # ^ error: Unexpected token ","
You can’t perform that action at this time.
0 commit comments