Skip to content
This repository was archived by the owner on Mar 26, 2023. It is now read-only.
This repository was archived by the owner on Mar 26, 2023. It is now read-only.

Parser: allow method call on following line #409

@johnnyt

Description

@johnnyt

MRI 1.9.3

ruby -e 'p Object
.new'
#<Object:0x007fc0b110d6b8>

MagLev

maglev-ruby -e 'p Object
.new'
-e:4, syntax error, unexpected '.'  expecting EOF end-of-file
ERROR 2702 , a RubyParseError occurred (error 2702), -e:4: syntax error, unexpected '.'  expecting EOF end-of-file
unexpected EOF at line 7 (RubyParseError)

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions