Add samples for coerceAtLeast

#KT-20357
This commit is contained in:
shiraji
2018-01-05 11:39:29 +09:00
committed by Ilya Gorbunov
parent 1db0e5c23e
commit db607e231c
5 changed files with 51 additions and 0 deletions
@@ -36,6 +36,7 @@ object ComparableOps : TemplateGroupBase() {
Ensures that this value is not less than the specified [minimumValue].
@return this value if it's greater than or equal to the [minimumValue] or the [minimumValue] otherwise.
@sample samples.comparisons.ComparableOps.coerceAtLeast
"""
}
body {