fun quattro() { return 4 } Shouldn't the typ...
# getting-started
f
fun quattro() { return 4 } Shouldn't the type (Int) returned by the function be inferred here? I've seen a video tutorial where it does, but my IntelliJ IDEA IDE complains. 🤔