Fixed deprecated symbol usage fix for functions with optional parameters from libraries
#KT-8525 Fixed
This commit is contained in:
+5
@@ -0,0 +1,5 @@
|
||||
// "Replace with 'prefix + joinTo(StringBuilder(), separator, "", postfix, limit, truncated, transform)'" "true"
|
||||
|
||||
fun foo() {
|
||||
listOf(1, 2, 3).<caret>joinToString(limit = 10)
|
||||
}
|
||||
Reference in New Issue
Block a user