blob: 90e0c367a2b4580fad39ae858a0c42b521abe26c [file] [log] [blame]
package com.siyeh.igtest.classlayout;
public interface ConstantInterface
{
int CONST1 = 0;
int CONST2 = 0;
}