mirror of
https://github.com/apple/pkl.git
synced 2026-03-23 09:31:06 +01:00
Fix pkl.reflect#typedType to mirror the right type (#426)
This commit is contained in:
@@ -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<unknown>` type.
|
||||
const listingType: DeclaredType = DeclaredType(Class(Listing))
|
||||
|
||||
Reference in New Issue
Block a user