mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-13 00:21:28 +00:00
5 lines
279 B
Kotlin
Vendored
5 lines
279 B
Kotlin
Vendored
fun f() {
|
|
listOf(1).joinToString(<caret>)
|
|
}
|
|
|
|
//Text: (<highlight>separator: String = ", "</highlight>, prefix: String = "", postfix: String = "", limit: Int = -1, truncated: String = "...", transform: ((Int) -> String)? = null), Disabled: false, Strikeout: false, Green: true |