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.
inline x: => X
inline def foo(inline n: => Int) = n + n foo({ println("foo"); 42 })
should print two times "foo" and return 84 but currently it just returns 84 without printing anything.
"foo"