Browse Source

actually install cf_type

Simon Krajewski 1 year ago
parent
commit
21bb9e1548
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/compiler/hxb/hxbReader.ml

+ 1 - 0
src/compiler/hxb/hxbReader.ml

@@ -1641,6 +1641,7 @@ class hxb_reader
 					let t = cf.cf_type in
 					let t = cf.cf_type in
 					let r = ref (lazy_available t) in
 					let r = ref (lazy_available t) in
 					r := lazy_wait (fun() ->
 					r := lazy_wait (fun() ->
+						cf.cf_type <- t;
 						r := lazy_available t;
 						r := lazy_available t;
 						read_expressions ();
 						read_expressions ();
 						t
 						t