stack-checker.dependencies: fix error thrown if depends-on-single-method parameters are no longer valid

db4
Slava Pestov 2010-06-24 04:28:34 -04:00
parent 5956e3b3d4
commit 97eb276c48
1 changed files with 4 additions and 1 deletions

View File

@ -165,7 +165,10 @@ SYMBOL: +no-method+
M: depends-on-single-method satisfied? M: depends-on-single-method satisfied?
[ method-class>> ] [ object-class>> ] [ generic>> ] tri [ method-class>> ] [ object-class>> ] [ generic>> ] tri
subclass-with-only-method = ; {
[ [ class? ] [ class? ] [ generic? ] tri* and and ]
[ subclass-with-only-method = ]
} 3&& ;
TUPLE: depends-on-method-identity class generic method ; TUPLE: depends-on-method-identity class generic method ;