summaryrefslogtreecommitdiff
path: root/prism
diff options
context:
space:
mode:
authorNobuyoshi Nakada <[email protected]>2025-03-13 15:17:26 +0900
committerNobuyoshi Nakada <[email protected]>2025-03-20 17:32:26 +0900
commit820c541671d9485144d81138bb029f2da8379edd ()
treea3492de1c0e007cda2bf380991cceea5d49df01b /prism
parent641f15b1c6bd8921407a1f045573d3b0605f00d3 (diff)
[Bug #21026] no singleton method on pseudo variable literal
Notes: Merged: https://.com/ruby/ruby/pull/12925
-rw-r--r--prism/prism.c2
1 files changed, 1 insertions, 1 deletions
@@ -3874,7 +3874,7 @@ pm_def_node_create(
end = end_keyword->end;
}
- if ((receiver != NULL) && PM_NODE_TYPE_P(receiver, PM_PARENTHESES_NODE)) {
pm_def_node_receiver_check(parser, receiver);
}