Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions src/main/scala/stdlib/Implicits.scala
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,7 @@ object Implicits extends FlatSpec with Matchers with org.scalaexercises.definiti
20.isOdd should be(res1)
}

/** convertTypeImplicits
*
* Implicits can be used to automatically convert a value's type to another:
/** Implicits can be used to automatically convert a value's type to another:
*/
def convertTypeImplicits(res0: Boolean, res1: Boolean, res2: Boolean, res3: Boolean, res4: Boolean) {
import java.math.BigInteger
Expand Down