Is there a discussion/KEEP for Kotlin const parame...
# language-evolution
f
Is there a discussion/KEEP for Kotlin const parameters / const methods? i.e. promising a method does not mutate parameters/the object?
j
const
stuff in Kotlin is about compile-time computations/constants. There is a YouTrack issue for this, but not the same idea as yours. In your case you're after "pure" functions. I don't know if there is a keep or issue for that
m
No updates on
const
evaluation, but we do work on (im)mutability story. However, we're not ready to share a draft right now
❤️ 3
f
I'm looking forward to being able to make function invocations more predictable.