Browse Source

inherit `@:unreflective` on generic classes

see https://github.com/HaxeFoundation/hxcpp/issues/1102
Simon Krajewski 1 year ago
parent
commit
68c95df340
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/typing/generic.ml

+ 1 - 1
src/typing/generic.ml

@@ -312,7 +312,7 @@ let build_generic_class ctx c p tl =
 			| Pure
 			| Struct | StructInit
 			| Using
-			| AutoBuild ->
+			| AutoBuild | Unreflective ->
 				true
 			| _ ->
 				false