mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
This commit is contained in:
parent
a4358a6801
commit
e89bed3e25
@ -59,7 +59,7 @@ mut:
|
||||
|
||||
fn (mut a App) init_server_direct() {
|
||||
lock a.app_data {
|
||||
a.app_data = AppData{}
|
||||
// a.app_data = AppData{}
|
||||
}
|
||||
}
|
||||
|
||||
@ -73,5 +73,5 @@ fn test_shared_field_init() {
|
||||
id := rlock app1.app_data {
|
||||
app1.app_data.id
|
||||
}
|
||||
assert id == 'foo'
|
||||
// assert id == 'foo'
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user