Skip to content

Instantly share code, notes, and snippets.

@yenerm
Created May 17, 2020 23:00
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 yenerm/c946a0db78e810a9d4f310257db45b42 to your computer and use it in GitHub Desktop.
Save yenerm/c946a0db78e810a9d4f310257db45b42 to your computer and use it in GitHub Desktop.
Generic Function in Kotlin
fun <T> printType(classType: Class<T>) {
print(classType::class.java)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment