Skip to content

Instantly share code, notes, and snippets.

@timmc
Created December 7, 2018 02:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save timmc/790a222207696faba8edd59d5c36a49b to your computer and use it in GitHub Desktop.
Save timmc/790a222207696faba8edd59d5c36a49b to your computer and use it in GitHub Desktop.
data class MapEntry<K: Any?, V: Any?>(
override val key: K,
override val value: V
): Map.Entry<K, V>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment