Skip to content

issue inliner warning on recursive inline requests #40

Open
@lrytz

Description

@lrytz

If there's a cycle of invocations of @inline annotated methods, issue a warning for the callsite that is not inlined. Simplest example:

class C {
  @inline final def f: Int = 1 + f

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions