mirror of
https://github.com/vim/vim.git
synced 2025-10-18 07:54:29 -04:00
patch 8.2.4310: Vim9: constant list and dict get a declaration type
Problem: Vim9: constant list and dict get a declaration type other than "any". Solution: A constant list and dict have a declared member type "any". (closes #9701)
This commit is contained in:
@@ -27,7 +27,7 @@ int push_type_stack2(cctx_T *cctx, type_T *type, type_T *decl_type);
|
||||
void set_type_on_stack(cctx_T *cctx, type_T *type, int offset);
|
||||
type_T *get_type_on_stack(cctx_T *cctx, int offset);
|
||||
type_T *get_decl_type_on_stack(cctx_T *cctx, int offset);
|
||||
type_T *get_member_type_from_stack(int count, int skip, type_T **decl_type, cctx_T *cctx);
|
||||
type_T *get_member_type_from_stack(int count, int skip, cctx_T *cctx);
|
||||
char *vartype_name(vartype_T type);
|
||||
char *type_name(type_T *type, char **tofree);
|
||||
void f_typename(typval_T *argvars, typval_T *rettv);
|
||||
|
Reference in New Issue
Block a user