From 4dc70c84d4226174d44f1b53599d08de7a4e83aa Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Thu, 29 Feb 2024 13:49:24 -0500 Subject: First working method calls --- typecheck.h | 1 + 1 file changed, 1 insertion(+) (limited to 'typecheck.h') diff --git a/typecheck.h b/typecheck.h index 4df9a8a0..c99d4fbf 100644 --- a/typecheck.h +++ b/typecheck.h @@ -19,5 +19,6 @@ type_t *get_arg_type(env_t *env, arg_t *arg); type_t *get_arg_ast_type(env_t *env, arg_ast_t *arg); bool can_be_mutated(env_t *env, ast_t *ast); type_t *parse_type_string(env_t *env, const char *str); +type_t *get_method_type(env_t *env, ast_t *self, const char *name); // vim: ts=4 sw=0 et cino=L2,l1,(0,W4,m1,\:0 -- cgit v1.2.3