pascalabcnet/TestSuite/S_literal.pas

4 lines
68 B
ObjectPascal
Raw Permalink Normal View History

2021-04-24 08:52:13 +03:00
begin
var a := $'d';
Assert(a.GetType = typeof(string));
end.