瀏覽代碼

also except inline methods (#9029)

Aleksandr Kuzmenko 5 年之前
父節點
當前提交
fbeac98f86
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/optimization/analyzerTexpr.ml

+ 1 - 1
src/optimization/analyzerTexpr.ml

@@ -1270,7 +1270,7 @@ module Purity = struct
 		match cf.cf_kind with
 		match cf.cf_kind with
 			| Method MethDynamic | Var _ ->
 			| Method MethDynamic | Var _ ->
 				taint node;
 				taint node;
-			| _ when not (is_static || is_ctor || has_class_field_flag cf CfFinal) ->
+			| Method MethNormal when not (is_static || is_ctor || has_class_field_flag cf CfFinal) ->
 				taint node
 				taint node
 			| _ ->
 			| _ ->
 				match cf.cf_expr with
 				match cf.cf_expr with