blob: 79ea04808758f507c6b37f7baea5cfb90b066d0a [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2008 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 internal.x.y.z.internal;
/**
*
*/
public class testMPL1 {
public void m1(internal i) {
}
public Object m2(internal i) {
return null;
}
public char[] m3(internal i) {
return new char[0];
}
protected void m4(internal i) {
}
protected Object m5(internal i) {
return null;
}
protected char[] m6(internal i) {
return new char[0];
}
}