openplanet-nl / issues

Issue tracker for Openplanet.
10 stars 0 forks source link

Attempting to assign an array to a variable typed for enum crashes on compile #430

Closed ArEyeses79 closed 5 months ago

ArEyeses79 commented 6 months ago

Example code that causes crash when compiled:

enum A {}
A a = {};

This just shows compilation failed warning on variables typed for int; haven't tested other types

codecat commented 5 months ago

I have reported this on the Angelscript forum.