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
[error] |valw:Value[8] =DFBits(Value[8](8)).getDFType.width
[error] |^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[error] | value getDFType is not a member of DFBits[(8:Int)].
[error] |An extension method was tried, but could not be fully constructed:
[error] |
[error] |DFType.getDFType(DFiant.core.Minimized.DFBits.apply[(8:Int)](newValue[8.type](8)))
Expectation
The message "An extension method was tried, but could not be fully constructed" is confusing. The message should clearly indicate that the failure is due to the protected modifier.
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
Compiler version
v3.0.0
Minimized code
Output
Expectation
The message "An extension method was tried, but could not be fully constructed" is confusing. The message should clearly indicate that the failure is due to the
protected
modifier.The text was updated successfully, but these errors were encountered: