blob: 6c845f640375fc95216433df39ea3603d1bd6526 [file] [log] [blame]
package org.eclipse.jdt.internal.compiler.ast;
/*
* (c) Copyright IBM Corp. 2000, 2001.
* All Rights Reserved.
*/
public class InnerTypeDeclaration extends TypeDeclaration {
}