summary refs log tree commit diff stats
path: root/tests/alias/t19349.nim
diff options
context:
space:
mode:
authorAndreas Rumpf <rumpf_a@web.de>2022-12-11 16:58:50 +0100
committerGitHub <noreply@github.com>2022-12-11 16:58:50 +0100
commit3812d91390633113061ceb2b4f3fc61f563a66fb (patch)
treedec2f281a74a39f19c6c42a03eb92d540adc037a /tests/alias/t19349.nim
parentc7493bbdd0a9b8d63d6851971f2294923cf2e3a7 (diff)
downloadNim-3812d91390633113061ceb2b4f3fc61f563a66fb.tar.gz
alternative, much simpler algorithm for strict func checking (#21066)
* alternative, much simpler algorithm for strict func checking

* forgot to git add new compiler module

* new spec is incredibly simple to describe

* fixes bigints regression

* typos

* closes #16305; closes #17387; closes #20863
Diffstat (limited to 'tests/alias/t19349.nim')
0 files changed, 0 insertions, 0 deletions
'n113' href='#n113'>113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199