mirror of
https://github.com/AdaCore/langkit.git
synced 2026-02-12 12:28:12 -08:00
astnode_types_ada.mako: fix a typo
Change-Id: Ica0aab5eec76dac9b404e4a7e33ff5af31fb09cc TN: PB18-030
This commit is contained in:
@@ -173,7 +173,7 @@
|
||||
base_name = cls.base().name()
|
||||
%>
|
||||
|
||||
type ${type_name} is ${"abstract" if cls.abstract else "" }
|
||||
type ${type_name} is ${"abstract" if cls.abstract else ""}
|
||||
new ${cls.base().value_type_name()} with record
|
||||
${node_fields(cls)}
|
||||
end record;
|
||||
|
||||
Reference in New Issue
Block a user