Found this gem in `kotin-reflect`. As we know, nam...
# random
b
Found this gem in
kotin-reflect
. As we know, naming things is hard, and this solution gave me a good chuckle.
Copy code
protected enum class MemberBelonginess {
        DECLARED,
        INHERITED;
    }
😄 5
😂 11