You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
type
T*=refobjectofRootObj
x: range[1..1]
U*=refobjectof T
var u =U()
This code generates this error message:
bug.nim(6, 10) Error: field not initialized: x
It's not an issue in this case because the field can be initialized in the constructor, but the base class might be defined in another module and the field might not be exported.
The text was updated successfully, but these errors were encountered:
This code generates this error message:
It's not an issue in this case because the field can be initialized in the constructor, but the base class might be defined in another module and the field might not be exported.
The text was updated successfully, but these errors were encountered: