1
0
Fork 0
mirror of https://github.com/ganelson/inform.git synced 2024-07-05 08:34:22 +03:00
inform7/inform6/Tests/Test Errors/no_debug_flag_test_d.inf
2022-03-06 11:13:00 +00:00

9 lines
121 B
INI
Executable file

Object obj
with prop 0;
[ Main;
! This line will not compile in DEBUG mode, due to veneer checks.
obj.prop = 1;
];