Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

package modifiers wrongly marked as equal #880

Open
brianush1 opened this issue Dec 28, 2022 · 0 comments
Open

package modifiers wrongly marked as equal #880

brianush1 opened this issue Dec 28, 2022 · 0 comments

Comments

@brianush1
Copy link
Contributor

module foo.bar.baz;

class Foo {
package:

	package(foo) this() {
		
	}

}

gives same visibility attribute used as defined on line 4. DScanner(dscanner.suspicious.redundant_attributes) on line 6

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

No branches or pull requests

1 participant