blob: 4e21b6831ec5905947474bc877051f75396d2fcd [file] [log] [blame]
/*******************************************************************************
* Copyright (c) Mar 15, 2013 IBM Corporation and others.
*
* This program and the accompanying materials
* are made available under the terms of the Eclipse Public License 2.0
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
* SPDX-License-Identifier: EPL-2.0
*
* 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
}
}
}