pascalabcnet/TestSuite/errors/err0378.pas
Бондарев Иван 24dd7a8f94 fix #2322
fix #2323
2020-10-18 13:41:10 +02:00

10 lines
142 B
ObjectPascal

uses NUnitABC;
[Test, Combinatorial]
procedure TestPrime4([Values(a)] a: real;
[RangeAttribute(1,200)] b: real);
begin
end;
begin
end.