mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
v2: simplify the type system; an initial version of the V interpreter
This commit is contained in:
@ -32,4 +32,4 @@ fn test_eventbus(){
|
||||
|
||||
fn on_test(sender voidptr, ev &EventData) {
|
||||
assert ev.data == "hello"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user