#1123·neon

Feature: static methods for class macro

Author: dhermanCreated Dec 2, 2025Updated Dec 2, 2025
Labelsenhancement

Methods that don't take a self parameter are currently rejected statically as a syntax error. These can be allowed as a syntax for static class methods, analogous to how Rust static methods are syntactically just methods without self parameters.

Depends on #1117.