WALA/com.ibm.wala.core.testdata/src/cornerCases/Abstract1.java

18 lines
528 B
Java
Raw Normal View History

//Licensed Materials - Property of IBM
//5724-D15
//(C) Copyright IBM Corporation 2004. All Rights Reserved.
//Note to U.S. Government Users Restricted Rights: Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
//
//---------------------------------------------------------------------------
package cornerCases;
/**
* @author sfink
*
*/
public abstract class Abstract1 {
void foo() {}
}