mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
all: replace generic '<>' with '[]' in error messages and comments (#16571)
This commit is contained in:
@ -678,7 +678,7 @@ fn test_uname() {
|
||||
assert u.machine.len > 0
|
||||
}
|
||||
|
||||
// tests for write_file_array and read_file_array<T>:
|
||||
// tests for write_file_array and read_file_array[T]:
|
||||
const maxn = 3
|
||||
|
||||
struct IntPoint {
|
||||
|
Reference in New Issue
Block a user