FlatLang / Flat

(Deprecated) Soon-to-be legacy Flat compiler all in one
6 stars 0 forks source link

Allow quotes in literal names #398

Open BSteffaniak opened 2 years ago

BSteffaniak commented 2 years ago
test `unboxes primitive: doesnt unbox if could potentially be null`() {

works, but this doesn't

test `unboxes primitive: doesn't unbox if could potentially be null`() {