reviewpad
reviewpad copied to clipboard
fix type method on function values
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