```Scala 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