Medium
Considering this code :
infix fun Int.add(x: Int): Int = this + x
Which of the following statements is/are incorrect?
Author: W3D TeamStatus: PublishedQuestion passed 577 times
Edit
1
Community EvaluationsNo one has reviewed this question yet, be the first!
Similar QuestionsMore questions about Kotlin