Summary
The Following Snippet Shows No Errors In VS Code But Crashes The Editor When Compiled
tagged_item_base(t:type) := class<abstract>(tag):
Fetch(CD:creative_device)<transacts>:[]t
taggeed_floor_loot_spawns := class(tagged_item_base(button_device)):
Fetch<override>(CD:creative_device)<transacts>:[]button_device=
for:
MaybeButton:CD.FindCreativeObjectsWithTag(Self)
Button := button_device[MaybeButton]
do:
Button
Please select what you are reporting on:
Verse
What Type of Bug are you experiencing?
Verse
Steps to Reproduce
Copy This Snippet And Try To Compile
Expected Result
For An Error To Populate In VS Code / A Compile Failed Error After An Attempt
Observed Result
Editor Just Crashes
Platform(s)
Windows