pascalabcnet/TestSuite/S_literal.pas
Mikhalkovich Stanislav 46c439e99e fix #2366
2021-04-24 08:52:13 +03:00

4 lines
68 B
ObjectPascal

begin
var a := $'d';
Assert(a.GetType = typeof(string));
end.