Skip to content

Support overload of non-method functions #316

@tjpalmer

Description

@tjpalmer

#314 supported overloads on methods. We still need to support this:

@overload("hi")
export let hiFloat(float: Float64): Void {}

@overload("hi")
export let hiString(string: String): Void {}

I guess we should also check that static methods work and fix them if not.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions