<Kotlin generic class with embedded instance of pa...
# stackoverflow
u
Kotlin generic class with embedded instance of parameter class ZabbixAPIResult { var jsonrpc = "" var result = T() var id = "" } yields type parameter T cannot be called as a function Is it possible to declare something like this in Kotlin? I.e., a class that embeds an instance of a class supplied as a parameter?