i worked around it this way: ``` val className = i...
# mockk
p
i worked around it this way:
Copy code
val className = it::class.java.name.split('$').first()
this::class.java.classLoader.loadClass(className)
not sure how reliable it will be