-
|
Hi! When implementing the server side of an interface it seems to me to be convenient to be able to pass references etc. to an interface using the But I'm having trouble to get this to work, as I get the error: back. An example: This gives the error: Obviously something is missing in the Any pointers? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
|
Hello @kmart You want to call |
Beta Was this translation helpful? Give feedback.
It is a different error caused by the fact you are using
helloboth as attribute and method. You have to rename one of them. For example, call attribute_hello: