Skip to content

Inlining invalid method crashes compiler #1605

Closed
@felixmulder

Description

@felixmulder

With:

object Test {
  def foo = inlineMe

  inline def inlineMe = 1 + x // where x is not defined anywhere
}

the compiler crashes.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions