Skip to content

Instantly share code, notes, and snippets.

@ozcanzaferayan
Last active December 21, 2018 05:28
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 ozcanzaferayan/db35e43364bdaa755f437e80c6e90b17 to your computer and use it in GitHub Desktop.
Save ozcanzaferayan/db35e43364bdaa755f437e80c6e90b17 to your computer and use it in GitHub Desktop.
Kotlin Nedir: raw type kontrolü
fun main(args: Array<String>) {
val other: List = listOf('a', 'b', 'c') // Error: One type argument expected for interface List<out E>
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment