Correctly type check Class<T> (#1698)

This commit is contained in:
Jen Basch
2026-08-26 05:29:34 +00:00
committed by GitHub
parent a90eb74c2d
commit cb01d6275b
39 changed files with 503 additions and 13 deletions
+1 -1
View File
@@ -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.