In Scala 3.2.2 REPL get this error in examples with implicits.
|implicit def thisMethodNameIsIrrelevant(value: Int) =
| ^
| result type of implicit definition needs to be given explicitly
implicit val hourlyRate = BigDecimal(34)
^
type of implicit definition needs to be given explicitly