mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
v2: simplify the type system; an initial version of the V interpreter
This commit is contained in:
parent
932392a7fd
commit
9f4661391d
33 changed files with 847 additions and 517 deletions
|
@ -32,4 +32,4 @@ fn test_eventbus(){
|
|||
|
||||
fn on_test(sender voidptr, ev &EventData) {
|
||||
assert ev.data == "hello"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue