<@U1FF4KAAE> Extension functions don’t bypass acce...
# announcements
d
@lynnz Extension functions don’t bypass access permissions. You could create an extension function that does what you want (and is public rather than default/package) as long as you were in a scope that could actually call
operator.getUserLocation()
as far as I know.