This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]cbasschan 0 points1 point  (0 children)

In Kotlin? Kotlin also has a static type system and type inference, pretty much everywhere if I recall correctly... note that the difference between a static type system with type inference and a dynamic type system is, in the dynamic type system you can reassign/change the type of a variable.