If I access a mocked `lateinit var` out of the cla...
# mockk
h
If I access a mocked
lateinit var
out of the class it works fine but if I access from a method inside the class I get
kotlin.UninitializedPropertyAccessException
exception