1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

vet: give notice for replacing const dynamic arrays with const fixed ones (#18960)

This commit is contained in:
Swastik Baranwal
2023-07-25 00:43:38 +05:30
committed by GitHub
parent d4bedebace
commit c6ddbd308e
5 changed files with 48 additions and 6 deletions

View File

@@ -0,0 +1 @@
const a = [1, 2, 3]