Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
699829ccb3e80dbb53c10cccdf1e50f06a5c5346
/
.
/
idea
/
testData
/
codeInsight
/
postfix
/
wrapWithCall
/
setOf.kt
blob: 22afbaf34c001f079e5cd49068559351b9cb561a [
file
]
fun foo
(
x
:
String
)
{
val y
=
x
.
setOf
<caret>
}