Skip to content

Conversation

@auduchinok
Copy link
Member

@auduchinok auduchinok commented Jun 15, 2023

Various unfinished nested module cases:

namespace Ns

module
namespace Ns

module rec
namespace Ns

module A
namespace Ns

module A =

Recovery for subsequent declarations is possible due to the new rules:

namespace Ns

module A =

module B =
    ()

@auduchinok auduchinok requested a review from a team as a code owner June 15, 2023 10:31
@auduchinok auduchinok force-pushed the parser-nestedModule branch 2 times, most recently from 54666eb to ccb781e Compare June 15, 2023 15:46
@auduchinok
Copy link
Member Author

This is ready.

@auduchinok auduchinok requested a review from T-Gro June 16, 2023 14:48
@auduchinok auduchinok force-pushed the parser-nestedModule branch from a22dad7 to f85d8cb Compare June 19, 2023 09:50
@vzarytovskii vzarytovskii merged commit db4dbc1 into dotnet:main Jun 19, 2023
@auduchinok auduchinok deleted the parser-nestedModule branch June 19, 2023 11:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Archived in project

Development

Successfully merging this pull request may close these issues.

3 participants