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:
eiffel-org
2016-06-01 08:36:36 +00:00
parent 72ba183004
commit 792e53e19f

View File

@@ -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>