-
|
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.
Answered by
igo95862
Nov 8, 2025
Replies: 1 comment 3 replies
-
|
Hello @kmart You want to call |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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: