You are currently viewing Only classes are allowed on the left hand side of a class literal

Only classes are allowed on the left hand side of a class literal

Can someone please help me solve this problem. I can’t seem to understand it. Thanks.

//Simplified example //This works val arrayType = Array<Int>::class //This gives "Only classes are allowed on the left hand side of a class literal" val listType = List<Int>::class //My original goal //This also gives "Only classes are allowed on the left hand side of a class //literal" val classType = EagleResponseBody<LoadsResponseBody>::class 

submitted by /u/Putarda
[link] [comments]