We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
If there's a cycle of invocations of @inline annotated methods, issue a warning for the callsite that is not inlined. Simplest example:
@inline
class C { @inline final def f: Int = 1 + f