Skip to content

Investigate incomplete method call behaviour #739

@amomchilov

Description

@amomchilov
class Before
end

class Current
  x.
end

class After; end

Desired:

class Before
end

class Current
  x.<method-name-missing>
end

class After; end

Prism treats like:

class Before
end

class Current
  x.end
  class After; end
end

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions