Minor: fix sample name (KT-20357)

This commit is contained in:
Alexey Belkov
2017-10-26 22:59:43 +03:00
committed by Ilya Gorbunov
parent 2572d27921
commit 5da1b4c566
@@ -203,7 +203,7 @@ public inline fun <T> List<T>?.orEmpty(): List<T> = this ?: emptyList()
/**
* Returns a list containing the elements returned by this enumeration
* in the order they are returned by the enumeration.
* @sample samples.collections.Collections.Lists.enumerationToList
* @sample samples.collections.Collections.Lists.listFromEnumeration
*/
@JvmVersion
@kotlin.internal.InlineOnly