-
Notifications
You must be signed in to change notification settings - Fork 127
Open
Labels
type-enhancementA request for a change that isn't a bugA request for a change that isn't a bug
Description
Given a simple class like
class Foobar {
}
Pana will report public API as
METHODS section
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
(inherited)
Pana lists the inherited noSuchMethod from Object in the methods section for a simple class. While it's marked as 'inherited,' it might be better to either exclude such fundamental inherited methods from the main methods list or present them in a separate 'Inherited Methods' section for better clarity, especially for very basic classes."
Metadata
Metadata
Assignees
Labels
type-enhancementA request for a change that isn't a bugA request for a change that isn't a bug