Skip to content

Semantics of using with multiple modules in the same line. #36090

@pauljurczak

Description

@pauljurczak

I don't see an example like this:

using Module1, Module2

in the documentation. Is it equivalent to:

using Module1
using Module2

or

using Module2
using Module1

or is the evaluation order undetermined?

Metadata

Metadata

Assignees

No one assigned

    Labels

    docsThis change adds or pertains to documentationmodules

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions