Skip to content

static function declaration #103

Open
@whoozle

Description

@whoozle

static will put functions into function object instead of prototype:

class Foo {
  static function bar() { log('hey') } 
}

Foo.bar()

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions