Skip to content

Latest commit

 

History

History
1 lines (1 loc) · 197 Bytes

947-daviskirk.md

File metadata and controls

1 lines (1 loc) · 197 Bytes

Fix bug where generic models with fields where the typevar is nested in another type a: List[T] are considered to be concrete. This allows these models to be subclassed and composed as expected.