Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

C# -> VB: Inner namespaces are moving to root Imports clause as is #455

Closed
Alexilia opened this issue Dec 9, 2019 · 1 comment
Closed
Labels
C# -> VB Specific to C# -> VB conversion

Comments

@Alexilia
Copy link
Contributor

Alexilia commented Dec 9, 2019

Input code

namespace System {
    using Collections;

}

Erroneous output

Imports Collections

Namespace System

End Namespace

Expected output

Imports System.Collections

Namespace System

End Namespace

Details

@GrahamTheCoder
Copy link
Member

Fixed in #456

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
C# -> VB Specific to C# -> VB conversion
Projects
None yet
Development

No branches or pull requests

2 participants