Treat "end" as reserved word with consideration of indent
"end" after "." or "::" is treated as local variable or method, see EXPR_DOT_bit for detail. However this "changes" where bar method is defined. In the example below it is not module Z but class Foo.
Treat "end" as reserved word with consideration of indent
"end" after "." or "::" is treated as local variable or method,
see
EXPR_DOT_bitfor detail.However this "changes" where
barmethod is defined. In the examplebelow it is not module Z but class Foo.
[Feature #19013]