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
Issue dart-lang/sdk#26012 aims at allowing reflectType(A, [B]) to create a mirror on the type A<B>, which implies that reflectType(A, [B]).reflectedType is the same as the result of evaluating A<B> as a type expression.
Reflectable cannot be updated to have a similar feature without additional primitives (provided by some other core library than 'dart:mirrors'), so this issue must remain blocked at this point.
The text was updated successfully, but these errors were encountered:
Issue dart-lang/sdk#26012 aims at allowing
reflectType(A, [B])
to create a mirror on the typeA<B>
, which implies thatreflectType(A, [B]).reflectedType
is the same as the result of evaluatingA<B>
as a type expression.Reflectable cannot be updated to have a similar feature without additional primitives (provided by some other core library than 'dart:mirrors'), so this issue must remain blocked at this point.
The text was updated successfully, but these errors were encountered: