摘要:
I found a Bug of Delphi XE3 Compiler,It may exists in XE4,XE5.Here is the code to show the bugprocedure Test;overload;begin ShowMessage('procedure Test;');end;procedure Test(Value:Integer);overload;begin if Value=1 then ShowMessage('procedure Test(Value:Integer);');end;var T:procedur 阅读全文
posted @ 2014-03-31 18:19
子航
阅读(630)
评论(3)
推荐(0)
浙公网安备 33010602011771号