Closed oboenikui closed 1 year ago
Input
listOf("").joinToString(<caret>) { }
Expected
listOf("").joinToString( separator = "", prefix = "", postfix = "", limit = 0, truncated = "", ) { }
Actual
listOf("").joinToString( separator = "", prefix = "", postfix = "", limit = 0, truncated = "" ), { }
Input
Expected
Actual