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:
5
vlib/builtin/bare/builtin.v
Normal file
5
vlib/builtin/bare/builtin.v
Normal file
@@ -0,0 +1,5 @@
|
||||
module builtin
|
||||
|
||||
struct string {
|
||||
len int
|
||||
}
|
||||
Reference in New Issue
Block a user