diff --git a/stdlib/reflect.pkl b/stdlib/reflect.pkl index 048aa828..96c6f516 100644 --- a/stdlib/reflect.pkl +++ b/stdlib/reflect.pkl @@ -92,7 +92,7 @@ const objectType: DeclaredType = DeclaredType(Class(Object)) const dynamicType: DeclaredType = DeclaredType(Class(Dynamic)) /// A mirror for the [Typed] type. -const typedType: DeclaredType = DeclaredType(Class(Type)) +const typedType: DeclaredType = DeclaredType(Class(Typed)) /// A mirror for the `Listing` type. const listingType: DeclaredType = DeclaredType(Class(Listing))