blob: 2c23895b46475c16461e082bee089d7c0783d9db [file] [log] [blame]
public interface PR19674
{
public interface Inside
{
void m(int p, int p2);
};
}