Browse Source

[typer] fix merge mishap

Simon Krajewski 2 years ago
parent
commit
1cedf65bad
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/typing/calls.ml

+ 1 - 1
src/typing/calls.ml

@@ -299,7 +299,7 @@ let rec build_call_access ctx acc el mode with_type p =
 		| _ ->
 			e
 		in
-		AKExpr (dispatch#field_call sea.se_access [eparam] el)
+		AKExpr e
 	| AKResolve(sea,name) ->
 		AKExpr (dispatch#expr_call (dispatch#resolve_call sea name) [] el)
 	| AKNo _ | AKAccess _ ->