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

checker: do not allow nil sum types init

This commit is contained in:
Alexander Medvednikov
2021-03-31 11:13:15 +03:00
parent dcab79146b
commit 6f318be96c
34 changed files with 133 additions and 61 deletions

View File

@@ -0,0 +1,5 @@
module builtin
struct string {
len int
}