v/vlib/v/checker/tests/globals
Uwe Krüger 6068777e03
parser/checker: deduce type of global from initialization expression (#11005)
2021-07-31 16:35:19 +03: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 all: make __global behave consistent with const (#9711) 2021-04-19 17:07:47 +03: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