/
glscene
/
pasdoc
Обзор
Документация
Войти
/
glscene
/
pasdoc
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
tests/testcases/warning_back_comments.pas
18 строк
219 B
Michalis Kamburelis
Add 3 testcases to test script
07 сен 2019, 15:47
07 сен 2019, 15:47
ba029f3
Код
Авторство
О чём код?
unit test; interface type MyEnum = ( me1, //<this is me1 me2 //<this is me2 ); //<this is MyEnum - missing! var v1, //<this is v1 - missing! v2, v3: integer; //<this is v2, v3 implementation end.