1
0
Fork 0
mirror of https://github.com/ganelson/inform.git synced 2024-07-08 10:04:21 +03:00
inform7/inform6/Tests/Test Errors/no_debug_flag_test_d.inf

9 lines
121 B
INI
Raw Normal View History

2022-03-06 13:13:00 +02:00
Object obj
with prop 0;
[ Main;
! This line will not compile in DEBUG mode, due to veneer checks.
obj.prop = 1;
];