blob: cef7b05229d8c613421307e671e55b3650c59a46 [file] [log] [blame]
package com.siyeh.igtest.abstraction;
public interface Y {
int getValue();
}