val
const
Example:
object A { val foo = 1 }
After the quick-fix is applied:
object A { const val foo = 1 }