mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
force ()
in complex bool expressions: (a && b) || c
instead of a && b || c
This commit is contained in:
@ -106,6 +106,10 @@ fn test_mut_ptr() {
|
||||
assert buf[0] == 77
|
||||
}
|
||||
|
||||
fn test_high_fn(f fn(int) int) {
|
||||
|
||||
}
|
||||
|
||||
fn test_fns() {
|
||||
// no asserts for now, just test function declarations above
|
||||
}
|
||||
|
Reference in New Issue
Block a user