summaryrefslogtreecommitdiff
path: root/itcl/itcl/tests/old/VirtualErr.tcl
blob: ae09581ae96c957930c458d142e3e2fdd5aae33b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#
# Old test suite for [incr Tcl] v1.5
# ----------------------------------------------------------------------
#   AUTHOR:  Michael J. McLennan
#            Bell Labs Innovations for Lucent Technologies
#            mmclennan@lucent.com
#            http://www.tcltk.com/itcl
#
#      RCS:  $Id$
# ----------------------------------------------------------------------
#            Copyright (c) 1993-1998  Lucent Technologies, Inc.
# ======================================================================
# See the file "license.terms" for information on usage and
# redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.

itcl_class VirtualErr {
	#
	#  The following inherit statement will cause an error,
	#  since it will find the same base class "Foo" inherited
	#  from several places.
	#
	inherit Mongrel Foo BarFoo
}