pascalabcnet/TestSuite/errors/err0378.pas

10 lines
142 B
ObjectPascal
Raw Permalink Normal View History

2020-10-18 14:41:10 +03:00
uses NUnitABC;
[Test, Combinatorial]
procedure TestPrime4([Values(a)] a: real;
[RangeAttribute(1,200)] b: real);
begin
end;
begin
end.