mirror of
https://github.com/apple/pkl.git
synced 2026-08-28 14:37:18 +02:00
Correctly type check Class<T> (#1698)
This commit is contained in:
+1
-1
@@ -361,7 +361,7 @@ abstract class BaseValueRenderer {
|
||||
///
|
||||
/// See [ConvertProperty] for detailed information.
|
||||
@Since { version = "0.31.0" }
|
||||
convertPropertyTransformers: Mapping<Class, Mixin<ConvertProperty>>
|
||||
convertPropertyTransformers: Mapping<Class<ConvertProperty>, Mixin<ConvertProperty>>
|
||||
|
||||
/// The file extension associated with this output format,
|
||||
/// or [null] if this format does not have an extension.
|
||||
|
||||
Reference in New Issue
Block a user