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
It's probably too early and/or too minor, but would it be possible to already support extension types (like with -nullsafety)? The experiment has been enabled by default in the Dart dev version for a while now.
For example, if I have a getter returning an extension type, this is what I get:
Bad state: Interface type 'Age' which is nether an enum, nor a class, nor a mixin. This case is unknown, please report a bug.
package:mockito/src/builder.dart 1655:7 _MockClassInfo._dummyValueImplementing
package:mockito/src/builder.dart 1549:12 _MockClassInfo._dummyValue
package:mockito/src/builder.dart 1946:24 _MockClassInfo._buildOverridingGetter
And I'm just seeing this, but there is a typo in the error message. It should be "neither" not "nether".
The text was updated successfully, but these errors were encountered:
It's probably too early and/or too minor, but would it be possible to already support extension types (like with
-nullsafety
)? The experiment has been enabled by default in the Dart dev version for a while now.For example, if I have a getter returning an extension type, this is what I get:
And I'm just seeing this, but there is a typo in the error message. It should be "neither" not "nether".
The text was updated successfully, but these errors were encountered: