Difference between revisions of "Talk:Eiffel Code Comments"

 
 
Line 7: Line 7:
 
should be sufficient. The tool just selects the same version that the compiler would select.
 
should be sufficient. The tool just selects the same version that the compiler would select.
 
--[[User:Colin-adams|Colin-adams]] 00:59, 22 April 2008 (PDT)
 
--[[User:Colin-adams|Colin-adams]] 00:59, 22 April 2008 (PDT)
 +
 +
----
 +
--[[User:Peter gummer|Peter gummer]] 22:41, 22 April 2008 (PDT) Yes the same thought crossed my mind as I was reading this. It also made me wonder why this was not sufficient also for calls to <e>Precursor</e> in code.

Latest revision as of 21:41, 22 April 2008

I think that in the case of multiple inheritance,

-- <Precursor>

should be sufficient. The tool just selects the same version that the compiler would select. --Colin-adams 00:59, 22 April 2008 (PDT)


--Peter gummer 22:41, 22 April 2008 (PDT) Yes the same thought crossed my mind as I was reading this. It also made me wonder why this was not sufficient also for calls to Precursor in code.