package com.siyeh.igtest.inheritance.missing_implementations; public interface B { void foo(); }