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.
3.2.0
class Baz: inline def foo: Int = bar(zero) inline def bar(inline i: Int): Int = inline i match case 0 => 0 case _ => 1 private inline def zero = 0 println(Baz().foo)
1
0
See also #15893