// Matches
// Matches
// Ivar mismatch
// Superclass mismatch
// Methods match
// Method mismatch
// Method mismatch
// Method mismatch
// Matching protocol
// Protocol with mismatching method
// Interface with protocol
// Protocol with protocol
// Forward-declared interface
@class I10;
// Forward-declared protocols
@protocol P3, P4;
// Interface with implementation
// Implementation by itself