is it possible to create a private getter for a pr...
# announcements
t
is it possible to create a private getter for a private lazy var? MockK allows for mocking of private methods, but not variables so I was going to try this
a
What have you tried so far?
t
get() = field
after the delegate block
etc.. getting Delegated property cannot […]
operator/private fun getMyPrivateVal(): Type {}
getting Platform declaration crash
nevermind i ended up just mocking something else
thanks