mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-11 15:53:46 +00:00
5 lines
309 B
Kotlin
Vendored
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 |