blob: 9bb8dfc121847e5c0b28e8cb0b9db7786e27e967 [file] [log] [blame]
package com.siyeh.igtest.inheritance.missing_implementations;
public interface AB extends A,B {
}