if you just do `val thing: Int = 3` you get a plai...
# coroutines
d
if you just do
val thing: Int = 3
you get a plain old java
int
.