summary refs log tree commit diff stats
path: root/tests/generics/t17509.nim
Commit message (Expand)AuthorAgeFilesLines
* Fix #17509: Continue instead of return with unfinished generics (#22563)SirOlaf2023-09-071-0/+25
504 ^
5a484ef ^

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44