aboutsummaryrefslogtreecommitdiffstats
path: root/src/synth/synth-expr.adb
diff options
context:
space:
mode:
Diffstat (limited to 'src/synth/synth-expr.adb')
-rw-r--r--src/synth/synth-expr.adb2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/synth/synth-expr.adb b/src/synth/synth-expr.adb
index db35e95e4..b848265a6 100644
--- a/src/synth/synth-expr.adb
+++ b/src/synth/synth-expr.adb
@@ -855,6 +855,8 @@ package body Synth.Expr is
return Val;
when Type_Access =>
return Val;
+ when Type_File =>
+ raise Internal_Error;
end case;
end Synth_Subtype_Conversion;