Skip to content

'export' fails on inlined methods #8968

@edolgy

Description

@edolgy
object Foo:
  inline def get = 0

object Bar:
  export Foo._

val v = Bar.get  // Fails: method get is declared as erased, but is in fact used

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions