blob: 7177ce78c6d6ac88e436c78729bc3b14f3d5a63d [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2008, 2013 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
package x.y.z;
import i.InterfaceUsageInterface2;
/**
*
*/
public interface testI3 extends InterfaceUsageInterface2 {
interface inner extends InterfaceUsageInterface2.Iinner {
}
}
interface Iouter extends InterfaceUsageInterface2.Iinner {
}