D-Scanner
D-Scanner copied to clipboard
package modifiers wrongly marked as equal
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