mirror of
https://github.com/AdaCore/langkit.git
synced 2026-02-12 12:28:12 -08:00
CompileCtx.sorted_parse_fields: fix type annotation
TN: U401-024
This commit is contained in:
committed by
Raphaël AMIARD
parent
8d498ebb0c
commit
fd547eeed3
@@ -724,7 +724,7 @@ class CompileCtx:
|
||||
``self.sorted_public_structs``. Used to generate the introspection API.
|
||||
"""
|
||||
|
||||
self.sorted_parse_fields: Optional[Field] = None
|
||||
self.sorted_parse_fields: Optional[List[Field]] = None
|
||||
"""
|
||||
Sorted list of all parsing fields, minus fields that override abstract
|
||||
ones. Used to generate the AST node introspection API.
|
||||
|
||||
Reference in New Issue
Block a user