Closed
Description
I think that there is a serious problem with generic types.
On the 1st screenshot you can read whole code.
On the 2nd screenshot you can see that the type of wrapper
is Wrapper<int>
(as expected)
On the 3rd screenshot you can see that the type of result
is Future<dynamic>
(as NOT expected, I expect Future<int>
)
- Dart SDK Version 3.7.0
- Windows 10 x64
Metadata
Metadata
Assignees
Labels
No labels