mirror of
https://github.com/AdaCore/uwrap.git
synced 2026-02-12 13:06:34 -08:00
Refactor highligted an error in the module test baseline, now fixed. Also improved Analyze_Replace_String error diagnostics.
9 lines
211 B
Plaintext
9 lines
211 B
Plaintext
base_template = base_template (A)
|
|
x.t_in_x = x.t_in_x (A)
|
|
a.c.z.t_in_z = a.c.z.t_in_z (A)
|
|
a.b.y.t_in_y = a.b.y.t_in_y (B)
|
|
a.x.t_in_x = a.x.t_in_x (B)
|
|
a.x.t_in_x = a.x.t_in_x (B)
|
|
a.c.z.t_in_z = a.c.z.t_in_z (B)
|
|
|