9361cd895c
#KT-8848 Fixed
7 lines
117 B
Plaintext
Vendored
7 lines
117 B
Plaintext
Vendored
import kotlin.collections.distinct as unique
|
|
|
|
fun foo() {
|
|
listOf(1, 2, 3).unique()<caret>
|
|
}
|
|
|
|
// ELEMENT: "unique" |