summary refs log tree commit diff stats
path: root/tests/concepts/t5642.nim
diff options
context:
space:
mode:
authorZahary Karadjov <zahary@gmail.com>2018-06-12 23:45:18 +0300
committerZahary Karadjov <zahary@gmail.com>2018-06-16 16:46:32 +0300
commit5bcf8bcb598d2ca0162f50d2b7250a847026b2c9 (patch)
tree1c36eda9a58a3347f9fa428e3f4af7dadbe463ee /tests/concepts/t5642.nim
parentea36e0ebbe0033b304a1261de802e2ed9308abf4 (diff)
downloadNim-5bcf8bcb598d2ca0162f50d2b7250a847026b2c9.tar.gz
fixes #7222; fixes #5595; fixes #3747
* late instantiation for the generic procs' default param values
* automatic mixin behaviour in concepts

Other fixes:

* don't render the automatically inserted default params in calls
* better rendering of tyFromExpr
Diffstat (limited to 'tests/concepts/t5642.nim')
0 files changed, 0 insertions, 0 deletions
tle='Blame the previous revision' href='/ahoang/Nim/blame/tests/misc/tints.nim?h=devel&id=d0f013477b16520eefff69b861d2f26744463880'>^
d2ecd84f6 ^

a690e7b26 ^

d2ecd84f6 ^

a690e7b26 ^


d2ecd84f6 ^

a690e7b26 ^

57689037c ^






d2ecd84f6 ^















a690e7b26 ^
d2ecd84f6 ^






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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81