Skip to content

Support functions defined in the global namespace#94

Open
andreasohlund wants to merge 2 commits intomainfrom
handle-global-ns
Open

Support functions defined in the global namespace#94
andreasohlund wants to merge 2 commits intomainfrom
handle-global-ns

Conversation

@andreasohlund
Copy link
Copy Markdown
Member

No description provided.

writer.WriteLine("{");
writer.Indentation++;
var namespaceOpened = !string.IsNullOrWhiteSpace(group.Key.ContainingNamespace);
writer.WithOpenNamespace(group.Key.ContainingNamespace);
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can't use filescoped namespace here since we add all method bodies to the same file and I didn't want to change that

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant