v79
04/07/2018, 3:43 PMclass MyClass(val aList: List<String>) the KParameter.type is List. Is it ever possible for List to have more than one argument?diesieben07
04/08/2018, 3:17 PMList to have more type-arguments, but that does not change anything about List itself. So, no.