Error message when dealing with return of os.Handle #973
Zilarrezko
started this conversation in
Ideas/Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Context
Failure Information (for bugs)
Seems to be unable to determine matching distinct types
error example:
Cannot assign value 'win32.get_std_handle(win32.STD_INPUT_HANDLE)' of type 'Handle' to 'Handle' in variable declaration
Steps to Reproduce
"core:sys/win32"
stdin : os.Handle = win32.get_std_handle(win32.STD_INPUT_HANDLE);
Beta Was this translation helpful? Give feedback.
All reactions