Add error test for matching compatibility

This commit is contained in:
Alexander Algasov 2018-10-20 19:55:45 +03:00
parent c89bd13bb3
commit b49a2e6f01

View file

@ -0,0 +1,4 @@
begin
var a: byte;
var c := a is integer(var s);
end.