|
@@ -858,7 +858,8 @@ let configure gen =
|
|
|
in
|
|
|
|
|
|
let is_dynamic t = match real_type t with
|
|
|
- | TMono _ | TDynamic _ -> true
|
|
|
+ | TMono _ | TDynamic _
|
|
|
+ | TInst({ cl_kind = KTypeParameter _ }, _) -> true
|
|
|
| TAnon anon ->
|
|
|
(match !(anon.a_status) with
|
|
|
| EnumStatics _ | Statics _ | AbstractStatics _ -> false
|