This website requires JavaScript.
Explore
☕ Блог
Help
Register
Sign In
mirror
/
v
Watch
1
Star
0
Fork
0
You've already forked v
mirror of
https://github.com/vlang/v.git
synced
2023-08-10 21:13:21 +03:00
Code
Issues
Projects
Releases
Wiki
Activity
Files
fd4e0716217d0f4c27409db9f83184934cf76625
v
/
vlib
/
v
/
tests
/
interface_edge_cases
History
Daniel Däschle
6fa8e4269e
checker: force interface init (
#10910
)
2021-07-30 03:18:20 +03:00
..
array_of_interfaces_test.v
…
array_of_interfaces_with_utility_fn_test.v
…
assign_to_interface_field_test.v
checker: force interface init (
#10910
)
2021-07-30 03:18:20 +03:00
empty_interface_1_test.v
v.c.gen: fix codegen of auto str methods for structs having &voidptr fields
2021-06-28 10:05:42 +03:00
empty_interface_println_test.v
v.c.gen: fix codegen of auto str methods for structs having &voidptr fields
2021-06-28 10:05:42 +03:00
fn_returning_voidptr_casted_as_interface_test.v
ci: fix tests-sanitize-memory-clang too
2021-06-16 13:32:37 +03:00
i1_test.v
…
i2_test.v
…
i3_test.v
…
i4_test.v
…
i5_test.v
…
i6_test.v
…
i7_test.v
all: a massive merge of ast and table modules
2021-04-02 01:57:09 +03:00
i8_test.v
…
i9_test.v
…
interface_many_named_test.v
tests: add interface_many_named_test.v regression test (
closes
#10013
)
2021-05-06 19:54:49 +03:00
pass_voidptr_as_interface_reference_test.v
v.checker: allow for a
f(unsafe{voidptr(0)})
call of
fn f(x &Interface){}
2021-06-16 09:20:01 +03:00
voidptr_casted_as_an_interface_test.v
v.checker,v.gen: allow for
&IAbc(voidptr(0))
where IAbc contains fields
2021-06-16 10:48:50 +03:00