Minor: fix sample name (KT-20357)
This commit is contained in:
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
|
||||
|
||||
Reference in New Issue
Block a user