pascalabcnet/TestSuite/questionpoint4.pas

6 lines
112 B
ObjectPascal
Raw Permalink Normal View History

2018-10-02 17:53:43 +03:00
begin
var o: object;
if false then
raise new Exception( (o?.GetType).ToString);
Assert(1=1);
end.