Files
kotlin-fork/idea/testData/refactoring/nameSuggester/ParameterNameByParenthesizedArgumentExpression.kt
T
2015-11-16 11:29:59 +03:00

11 lines
149 B
Kotlin
Vendored

// WITH_RUNTIME
fun x(items : Sequence<String>) {}
fun y() {
x(<selection>foo@ (sequenceOf(""))</selection>)
}
/*
items
of
sequence
sequenceOf
*/