blob: 690fc3c4e115c836e097844297a2f6d1a71d6ee5 (
plain)
1
2
3
|
vlib/v/checker/tests/selective_const_import.vv:1:15: error: cannot selectively import constant `second` from `time`, import `time` and use `time.second` instead
1 | import time { second }
| ~~~~~~
|