This website requires JavaScript.
Explore
Help
Sign In
vieter-v
/
v
Watch
2
Star
0
Fork
You've already forked v
0
Code
Issues
Pull Requests
Releases
Activity
46a096b95d
v
/
vlib
/
v
/
tests
/
struct_ierror_test.v
11 lines
111 B
V
Raw
Blame
History
struct
Test
{
err
IError
}
fn
test_init_with_none
(
)
{
t
:=
Test
{
err
:
none
}
// compiles successfully
}
Reference in New Issue
View Git Blame
Copy Permalink