This is inlined: `val res = 0.5.let { if (roundUp)...
# intellij
b
This is inlined:
val res = 0.5.let { if (roundUp) Math.ceil(it) else Math.floor(it) }