package com.tngtech.archunit.core.importer.testexamples.diamond; public interface InterfaceC extends InterfaceA { void implementMe(); }