|
@@ -4846,6 +4846,7 @@ struct
|
|
|
| TClassDecl ({ cl_params = hd :: tl } as cl) when set_hxgeneric gen md ->
|
|
|
let iface = mk_class cl.cl_module cl.cl_path cl.cl_pos in
|
|
|
iface.cl_array_access <- Option.map (apply_params (cl.cl_params) (List.map (fun _ -> t_dynamic) cl.cl_params)) cl.cl_array_access;
|
|
|
+ iface.cl_extern <- cl.cl_extern;
|
|
|
iface.cl_module <- cl.cl_module;
|
|
|
iface.cl_meta <-
|
|
|
(Meta.HxGen, [], cl.cl_pos)
|