findMethod
Parameters
Return type
Example
with console fixed from std:io
with annotations from std:internals
#myMethod()
func method1()
out("Hello from method1")
end
annotations.findMethod("myMethod").target() //Output: Hello from method1Last updated