Medium
Considering the following code :
fun reformat(
str: String,
uppercaseFirstLetter: Boolean = true,
wordSeparator: Char = ' '
) {
// ...
}
What are valid calls in Kotlin 1.3?
Author: W3D TeamStatus: PublishedQuestion passed 382 times
Edit
0
Community EvaluationsNo one has reviewed this question yet, be the first!
Similar QuestionsMore questions about Kotlin