Parent Directory
|
Revision Log
Moved from trunk/Src/eweasel to trunk/eweasel so that a simple checkout of the source code is not penalized by the lenghty process of checking out all the tests of eweasel.
1 | |
2 | --| Copyright (c) 1993-2006 University of Southern California and contributors. |
3 | --| All rights reserved. |
4 | --| Your use of this work is governed under the terms of the GNU General |
5 | --| Public License version 2. |
6 | |
7 | expanded class TEST2 |
8 | inherit |
9 | ANY |
10 | redefine |
11 | default_create |
12 | end |
13 | creation |
14 | default_create |
15 | feature |
16 | |
17 | default_create is |
18 | do |
19 | io.putstring ("In creation procedure of TEST2%N"); |
20 | end |
21 | |
22 | a: INTEGER; |
23 | |
24 | $ATTRIBUTE |
25 | end |
Name | Value |
---|---|
svn:eol-style | native |
svn:keywords | Author Date Id Revision |
ViewVC Help | |
Powered by ViewVC 1.1.23 |