Skip to content

Instantly share code, notes, and snippets.

@adamrabung
Created September 22, 2011 16:46
Show Gist options
  • Save adamrabung/1235303 to your computer and use it in GitHub Desktop.
Save adamrabung/1235303 to your computer and use it in GitHub Desktop.
class Collection<out T> {
fun contains(t:in T):Boolean;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment