blob: 6f8e529e96bdc75c4d2de337e95295eac083204d [file] [log] [blame]
###############################################################################
# Copyright (c) 2005, 2007 IBM Corporation and others.
#
# This program and the accompanying materials are made available under the
# terms of the Eclipse Public License v. 2.0 which is available at
# http://www.eclipse.org/legal/epl-2.0.
#
# SPDX-License-Identifier: EPL-2.0
#
###############################################################################
class Fooz
end
class Bozz
class Fooz
end
class Barz
Fooz
end
end
## get Fooz
## get Bozz
## get Bozz{Fooz
## get Bozz{Barz