6 lines
112 B
ObjectPascal
6 lines
112 B
ObjectPascal
|
|
begin
|
|||
|
|
var o: object;
|
|||
|
|
if false then
|
|||
|
|
raise new Exception( (o?.GetType).ToString);
|
|||
|
|
Assert(1=1);
|
|||
|
|
end.
|