Skip to content
This repository was archived by the owner on Jul 12, 2022. It is now read-only.
This repository was archived by the owner on Jul 12, 2022. It is now read-only.

Explicit visibility moves comments above attributes #86

@jaredpar

Description

@jaredpar

Consider the following code:

// Hello
[Attr]
class C { }

If the expilicit visibility rule runes on this code it will produce:

[Attr]

// Hello
internal class C { } 

The code is not handling trivial correctly in this case.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions