Closed jhiswin closed 10 years ago
Will error out with cannot cast to integer for function returns. Reverting commit b6591c3138c515c22ad3e74a8fa4cc5ffcadc18a fixes this.
Function returns should not be initialized, because by default nothing is returned if the function does not set a return value.
Fixed with commit 5f4caa0d8481b0ddbfd1e65f35ac7c922b28e690.
Will error out with cannot cast to integer for function returns. Reverting commit b6591c3138c515c22ad3e74a8fa4cc5ffcadc18a fixes this.
Function returns should not be initialized, because by default nothing is returned if the function does not set a return value.