what? it won’t let me get the class of a generical...
# announcements
x
what? it won’t let me get the class of a generically typed instance? I tried !! in several locations,didn’t seem to fix, suggestions?
w
try
internal fun <DTO : Any> clean(...)
👍 2
👆 1
l
By default I suppose it's
Any?
, right?
👌 2
r
@LeoColman yes