blob: c24dacb2e92f30c7784cc27e3d9e93196ef91aa3 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) Mar 15, 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.INoImpl5;
public class testC12 {
class inner1 {
void method2() {
class local4 implements INoImpl5 { //indirect illegal implement
}
}
}
public void method1() {
class local2 implements INoImpl5 { //indirect illegal implement
}
}
}