Skip to content

Allow omitting func keyword in class function declarations #103

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)
  }
}

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions