Dan Korostelev 4 년 전
부모
커밋
f9ade4367a
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/typing/typer.ml

+ 1 - 0
src/typing/typer.ml

@@ -1230,6 +1230,7 @@ and type_local_function ctx kind f with_type p =
 		| None, WithType.WithType (texpected,_) ->
 			(match follow texpected with
 			| TAbstract ({ a_path = [],"Coroutine" }, [ft]) ->
+				(* TODO: type signature against ft *)
 				(* TODO: check original type against the coroutine ft *)
 				Some texpected
 			| _ ->