We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
The overload modifier currently seems to trigger a line break:
overload
class Foo { static overload extern inline function foo() {} overload static extern inline function foo(i:Int) {} }