blob: ca75d2c9c1e5a8fd5e9fa960bdc880d20fd4f60d [file] [log] [blame]
package com.siyeh.igtest.inheritance.missing_implementations;
public class XZ implements AB {
}