We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
basically same as fixed #5170 but for ref types
when true: # D20201008T141857 block: type Foo = ref object x1: int let f1 = Foo(x1: 1) block: type Foo = ref object x2: int let f2 = Foo(x2: 2)
@mt11116.nim.c:422:10: error: no member named 'x2' in 'struct tyObject_FoocolonObjectType___ktEbVfDBqcSUCx9b6syN8LA' (*T4_).x2 = ((NI) 2);
works
basically same as fixed #5170 (which was fixed) but for ref types
The text was updated successfully, but these errors were encountered:
github glitch, it opened a duplicate identical issue to #15526
Sorry, something went wrong.
No branches or pull requests
basically same as fixed #5170 but for ref types
Example
Current Output
Expected Output
works
Additional Information
basically same as fixed #5170 (which was fixed) but for ref types
The text was updated successfully, but these errors were encountered: