Skip to content

Infer function  #14

@vladfaust

Description

@vladfaust

Shall infer def function 1 in a type definition context.

struct Foo {
  bar() => baz()
}

# Equivalent of:
struct Foo {
  def function bar() {
    baz()
  }
}

Footnotes

  1. foo() → (function foo()def foo()) → def function foo(); decl foo()decl function foo(); impl foo()impl function foo().

Metadata

Metadata

Assignees

No one assigned

    Labels

    specSpecification conformance

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions