checker: fix private type #9073
Annotations
10 errors
vlib/arrays/arrays.v#L1
module `main` type `MyInt` is private
|
vlib/encoding/csv/csv_reader_test.v#L221
module `encoding.csv` type `encoding.csv.CellValue` is private
|
vlib/encoding/csv/csv_reader_test.v#L222
module `encoding.csv` type `encoding.csv.CellValue` is private
|
vlib/encoding/csv/csv_reader_test.v#L223
module `encoding.csv` type `encoding.csv.CellValue` is private
|
vlib/v/checker/tests/fn_var.vv#L1
missing return at the end of an anonymous function
|
vlib/v/checker/tests/fn_var.vv#L2
cannot assign to `f`: expected `fn (int) u8`, not `int literal`
|
vlib/v/checker/tests/fn_var.vv#L4
cannot assign to `p`: expected `&fn (int) u8`, not `&[]fn (int) u8`
|
vlib/v/checker/tests/fn_var.vv#L9
undefined ident: `i`
|
vlib/v/checker/tests/fn_var.vv#L9
`println` can not print void expressions
|
vlib/v/checker/tests/fn_var.vv#L8
cannot assign to `f`: expected `fn (int) u8`, not `fn (mut []int)`
|
The logs for this run have expired and are no longer available.
Loading