The lack of reified generics in Scala is the thing that bugs me the most about the language, since simple things cannot be implemented without using complicated constructs.
According to what Andrey Breslav is saying on this page Kotlin does not have reified types:
"Yes, type parameters are not available in class objects"