Reproducer for a bug in mockk 1.13.10

mocking an interface with a val returning a value class worked perfectly using mockk-1.13.9.

In mockk-1.13.10 we get a class cast exception. See ReproducerSpec.

Relate issue: mockk/mockk#1225