reviewpad icon indicating copy to clipboard operation
reviewpad copied to clipboard

fix type method on function values

Open zolamk opened this issue 1 year ago • 0 comments

Describe the bug

Currently for the FunctionValue type the Type() method only has a placeholder implementation which is fine for now since it's not in use, we need to have a correct implementation that returns the correct function signature.

https://github.com/reviewpad/reviewpad/blob/c5a4d1ac5e433b2f34dfb76aa6f522400b0f2363/lang/value.go#L221-L225

zolamk avatar May 31 '23 12:05 zolamk