defmethod: make the function known at compile time.
authorStas Boukarev <stassats@gmail.com>
Fri, 1 Nov 2013 11:50:55 +0000 (15:50 +0400)
committerStas Boukarev <stassats@gmail.com>
Fri, 1 Nov 2013 11:50:55 +0000 (15:50 +0400)
(defmethod gf ())
(defun f () (gf))
Produced a warning about an undefined function, even though it would
be implicitly created by defmethod.
Fixes lp#503095.


No differences found