Files
kotlin/idea/testData/parameterInfo/functionCall/DefaultValuesFromLib.kt

5 lines
309 B
Kotlin
Vendored

fun f() {
listOf(1).joinToString(<caret>)
}
//Text: (<highlight>separator: CharSequence = ", "</highlight>, prefix: CharSequence = "", postfix: CharSequence = "", limit: Int = -1, truncated: CharSequence = "...", transform: ((Int) -> CharSequence)? = null), Disabled: false, Strikeout: false, Green: true