Handbook
Glossary
warn-unknown-objc-method ( classname method-name method -- )
Vocabulary
cocoa
.
messages
Inputs
classname
an
object
method-name
an
object
method
an
object
Outputs
None
Definition
USING:
io
kernel
sequences
;
IN:
cocoa.messages
:
warn-unknown-objc-method
( classname method-name method -- )
[
[
[
write
bl
]
curry
]
dip
[
"`"
dup
surround
write
bl
"has unknown method-return-type:"
write
bl
]
curry
compose
]
dip
[
method-return-type
print
]
curry
compose
with-output>error
;