v/vlib/v/checker/tests/import_symbol_fn_private_er...

9 lines
104 B
V

import time { now, since }
fn main() {
since(now())
}
fn method() {
_ = map{'h':2}.exists('h')
}