mirror of
https://github.com/EiffelSoftware/eiffel-org.git
synced 2025-12-07 23:32:42 +01:00
Update wikipage Major changes between ISE Eiffel 15.12 and ISE Eiffel 16.05. (Signed-off-by:alexk).
git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@1574 abb3cda0-5349-4a8f-a601-0c33ac3a8c38
This commit is contained in:
@@ -80,11 +80,11 @@ failure
|
||||
local
|
||||
i: INTEGER
|
||||
do
|
||||
bar (Void).make_from_array (Void) -- Comment out this line to fix the bug.
|
||||
bar (Void).make_from_array (Void) -- Comment out this line to fix the bug.
|
||||
across
|
||||
<<1, 2, 3>> as c_i
|
||||
loop
|
||||
i := c_i.item -- Error here.
|
||||
i := c_i.item -- Error here.
|
||||
end
|
||||
end
|
||||
</code>
|
||||
|
||||
Reference in New Issue
Block a user