Replies: 1 comment 1 reply
-
Some possibilities...
I don't know if these will help with your use case? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Suppose i have some code like
Typechecking this will complain abount the
bar.b = 2
becauseA
doesn't have ab
field, but will say nothing aboutbar2.b = 2
because, i guess, T in foo is unsealed so it returns an unsealed table. Is there a way to return a sealed T from foo?Beta Was this translation helpful? Give feedback.
All reactions