stack-checker.dependencies: fix error thrown if depends-on-single-method parameters are no longer valid
parent
5956e3b3d4
commit
97eb276c48
|
@ -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 ;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue