DEV Community

Discussion on: Reified generics in Kotlin

Collapse
 
bighugedev profile image
bighugedev

I know this article is old, but what is this function signature syntax?

fun <T> List<pass:[*]>.typeOf() : List<T>
Enter fullscreen mode Exit fullscreen mode

I mean the pass:[*] part.It doesn't seem to be valid syntax. Perhaps things were different back in 2018?