Skip to content

Multiple import statements in quote list not working #990

Closed
@ericmj

Description

@ericmj

Only List will be imported when using this macro.

defmodule Test do
  defmacro import_many() do
    quote do
      [import(List), import(Enum)]
    end
  end
end

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions