Skip to content

Allow omitting func keyword in class function declarations #103

@KCreate

Description

@KCreate
class Person {
  property name
  property age

  greet {
    print("hello {name} you're {age} years old!")
  }

  static clone(other) {
    Person(other.name, other.age)
  }
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions