ItsDeltin / Overwatch-Script-To-Workshop

Converts scripts to Overwatch workshops.
208 stars 26 forks source link

Lambda without arguments will cause the compiler to throw an exception. #412

Open ItsDeltin opened 1 year ago

ItsDeltin commented 1 year ago

This will throw an exception:

 () => void x = /* () */ => {};