소스 검색

inherit `@:unreflective` on generic classes

see https://github.com/HaxeFoundation/hxcpp/issues/1102
Simon Krajewski 1 년 전
부모
커밋
68c95df340
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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