hello world. So I have this debug session going on and my 'it' is a Context2, but it.get(SecurityContext::class) is getting evaluated to null. what am i missing?
Desmond Xu
02/18/2020, 9:32 AM
turns out it is because the context value was of a different class entirely (MonoCreate) and Context#get checks that the value is of the specified type before returning it.
Desmond Xu
02/18/2020, 9:32 AM
though this doesnt sound like it should be happening