view .gitattributes @ 27567:5bf2fca4f967 v8.2.4310

patch 8.2.4310: Vim9: constant list and dict get a declaration type Commit: https://github.com/vim/vim/commit/2626d6a71ca616bd91d4ee2c27bd76a78a00d412 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Feb 6 15:49:35 2022 +0000 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)
author Bram Moolenaar <Bram@vim.org>
date Sun, 06 Feb 2022 17:00:03 +0100
parents ccc02b39fb5e
children
line wrap: on
line source

src/testdir/test42.in diff