blob: e32484d600d3009d04be40e8b6719bc873c309d5 [file] [log] [blame]
/**********************************************************************
Copyright (c) 2000, 2002 IBM Corp. and others.
All rights reserved. This program and the accompanying materials
are made available under the terms of the Common Public License v0.5
which accompanies this distribution, and is available at
http://www.eclipse.org/legal/cpl-v05.html
Contributors:
IBM Corporation - Initial implementation
**********************************************************************/
public class CompilationError {
// this class contains a compilation error, so it is stored in a resources
// folder off of the classpath, and is imported into the tests project
public static void main(String[] args) {
String foo = "foo" + bar;
}
}