Zomis / Games

Many kinds of games, playable in both multiplayer or local play. Replays, spectator mode, and AIs.
https://games.zomis.net
MIT License
17 stars 5 forks source link

Cleanup typecasts and compiler warnings regarding typecasts #301

Open Zomis opened 2 years ago

Zomis commented 2 years ago

A lot of places are marked with e.g. Unchecked cast: ActionTypeImplEntry<T, Any> to ActionTypeImplEntry<T, A>

This can be cleaned up in many cases by marking the appropriate type parameters in the right places with either out or in (usually out)

Zomis commented 2 years ago

See also https://kotlinlang.org/docs/generics.html