home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Celestin Apprentice 5
/
Apprentice-Release5.iso
/
Environments
/
SmallEiffel 0.3.3
/
SmallEiffel 68k
/
lib_test
/
test_deferred3.e
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1996-06-13
|
276 b
|
21 lines
|
[
TEXT/EDIT
]
class TEST_DEFERRED3
--
-- From a bug report of : Mostefa KASSAB
--
creation make
feature
make is
local
cltn: LINK_LIST[INTEGER];
do
!LINK_LIST[INTEGER]!cltn.make;
if cltn.upper = 3 then
end;
cltn.add_first(2);
end;
end -- TEST_DEFERRED3