v/vlib/v/checker/tests/globals
yuyi 013589e9fe
parser: minor cleanup in global_decl() (#13617)
2022-02-28 13:30:17 +02:00
..
assign_no_value.out parser/checker: deduce type of global from initialization expression (#11005) 2021-07-31 16:35:19 +03:00
assign_no_value.vv syntax: new global variable declaration syntax (#6540) 2020-10-03 07:03:44 +02:00
incorrect_name_global.out syntax: new global variable declaration syntax (#6540) 2020-10-03 07:03:44 +02:00
incorrect_name_global.vv syntax: new global variable declaration syntax (#6540) 2020-10-03 07:03:44 +02:00
no_type.out parser: fix fn args eol errors (#7222) 2020-12-10 11:56:08 +02:00
no_type.vv syntax: new global variable declaration syntax (#6540) 2020-10-03 07:03:44 +02:00
unexpected_eof.out parser: minor cleanup in global_decl() (#13617) 2022-02-28 13:30:17 +02:00
unexpected_eof.vv all: make __global behave consistent with const (#9711) 2021-04-19 17:07:47 +03:00
unknown_typ.out parser/checker: deduce type of global from initialization expression (#11005) 2021-07-31 16:35:19 +03:00
unknown_typ.vv checker: check __global type (#9804) 2021-04-23 12:28:08 +03:00