diff options
Diffstat (limited to 'tools/untypeast.ml')
-rw-r--r-- | tools/untypeast.ml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/untypeast.ml b/tools/untypeast.ml index d6a08c04d..4e92f8de2 100644 --- a/tools/untypeast.ml +++ b/tools/untypeast.ml @@ -444,6 +444,7 @@ and untype_class_expr cexpr = in { pcl_desc = desc; pcl_loc = cexpr.cl_loc; + pcl_attributes = cexpr.cl_attributes; } and untype_class_type ct = |