Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Kotlin has type inference as well so typically you only write types in function signatures. It's rare that you write a type in a function body. Coupled with good IDE support for showing you the type of x in `var x = myFunc()` when you need it.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: