I have an extension function `Any.error()` but if ...
# announcements
c
I have an extension function
Any.error()
but if I just call
error(...)
, then it's the one defined in the
kotlin.Preconditions
class that gets\called (it's a regular function, not an extension one). How do I force the compiler to pick mine?