1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

fmt: fix import with symbols (fix #12065) (#12069)

This commit is contained in:
yuyi
2021-10-05 16:44:48 +08:00
committed by GitHub
parent 7555b337b9
commit 7bc3e67e24
4 changed files with 16 additions and 2 deletions

View File

@@ -17,4 +17,4 @@ fn test_struct_readline() {
// eprintln('methods: $methods')
assert 'read_line_utf8' in methods
assert 'read_line' in methods
}
}