You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// Identifies members of class modules that are used as interfaces, but that have a concrete implementation.
15
+
/// Identifies class modules that define an interface with one or more members containing a concrete implementation.
15
16
/// </summary>
16
17
/// <why>
17
18
/// Interfaces provide an abstract, unified programmatic access to different objects; concrete implementations of their members should be in a separate module that 'Implements' the interface.
@@ -43,7 +44,13 @@ public ImplementedInterfaceMemberInspection(Parsing.VBA.RubberduckParserState st
0 commit comments