pascalabcnet/TestSuite/errors/err0501.pas
Ivan Bondarev 4a70f38e39 #2630
2022-02-06 14:30:31 +01:00

4 lines
163 B
ObjectPascal
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

//!Сопоставление с образцом не поддерживается в данном контексте
begin
(2 is object(var o1)).print;
end.