import Extend to force compilation

This commit is contained in:
Krasimir Angelov
2026-09-26 09:38:32 +02:00
parent 5e7330deb9
commit fd0e838fba
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -2,5 +2,5 @@
concrete AllEus of AllEusAbs =
LangEus,
ExtraEus
** {} ;
ExtendEus
** open ExtraEus in {} ;
+1 -1
View File
@@ -2,5 +2,5 @@
abstract AllEusAbs =
Lang,
ExtraEusAbs
Extend
** {} ;