Open maxteufel opened 1 day ago
An error could be produced when a feature is marked module but only used in the same file. In this case, visibility private would be sufficient.
module
private
We cannot do a similar check for public features because those are intended to possibly only be called from the outside.
public
An error could be produced when a feature is marked
module
but only used in the same file. In this case, visibilityprivate
would be sufficient.We cannot do a similar check for
public
features because those are intended to possibly only be called from the outside.