Closed NoamB closed 9 years ago
(defprotocol MyProtocol (foo [this])) (deftype MyCoolType [] MyProtocol (foo [this] (my-func)))
MyProtocol is reported as parent.
MyProtocol is reported as parent.