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:
1
cmd/tools/vvet/tests/const_dynamic_array_notice.vv
Normal file
1
cmd/tools/vvet/tests/const_dynamic_array_notice.vv
Normal file
@@ -0,0 +1 @@
|
||||
const a = [1, 2, 3]
|
||||
Reference in New Issue
Block a user