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 val log1 : Boolean = false // Fails with: type of inline must be a known value inline val log2 = false // Works fine
May be there is a reason for this, but from usage prospective it is very confusing