dlang-community / D-Scanner

Swiss-army knife for D source code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

package modifiers wrongly marked as equal

brianush1 opened this issue · comments

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