gregorbg
1.3.40
One of the tpe variables was implcitly inferred to Nothing. Please, specify type arguments explicitly to hide this warning
runBlocking { throw Exception('Nope.') }
runBlocking<Nothing> {}
Remove explicit type arguments
christophsturm
Alexey Belkov [JB]
A modern programming language that makes developers happier.