Allow an underscore as the identifier in const items

This commit is contained in:
Dylan MacKenzie 2019-09-14 15:59:24 -07:00
parent 211171ffe6
commit 253a18f938
3 changed files with 12 additions and 2 deletions

View file

@ -0,0 +1 @@
static _: i32 = 5;