tact-lang / tact

Tact compiler main repository
https://tact-lang.org
MIT License
267 stars 53 forks source link

Fix constructor generation for empty messages #380

Closed Gusarich closed 1 week ago

Gusarich commented 1 week ago

Closes #74

Gusarich commented 1 week ago

Another solution would be to forbid defining messages without fields, like it's done with structs. But I don't think this is a good idea for messages.