I am liking the new syntax so far, but only one thing feels odd about it.
Just wondering if optional braces syntax for extension should allow for colon like the following. It feels odd compared to the rest of the language when using optional braces. Apologies if this was discussed before. With that said it’s not a huge issue.
extension [A](src: RedisStreamCodec[A]):
def doSomething: Int = 1