chore(tests): consistent captures

This commit is contained in:
Christian Clason 2023-12-24 12:52:21 +01:00
parent 17fae3f4a3
commit 10dd49958c
60 changed files with 872 additions and 873 deletions

View file

@ -1,9 +1,9 @@
primitive print(s: string)
/* ^ function */
/* ^ parameter */
/* ^ @function */
/* ^ @parameter */
function func(a: int) : int = (print("Hello World!"); a)
/* ^ function */
/* ^ parameter */
/* ^ function.builtin */
/* ^ @function */
/* ^ @parameter */
/* ^ @function.builtin */
/* vim: set ft=tiger: */