summary refs log tree commit diff stats
path: root/tests/range/tn8vsint16.nim
diff options
context:
space:
mode:
authorHiroki Noda <kubo39@gmail.com>2018-06-28 00:07:26 +0900
committerAndreas Rumpf <rumpf_a@web.de>2018-06-27 17:07:26 +0200
commita85493610cb49ca087084fa6f285f3834db5c1b1 (patch)
tree5c346bc165346b512e7ca7ff8b2e31f1ae720bb3 /tests/range/tn8vsint16.nim
parent559a7615ad8e2e169aa9684f034c156881d88d4d (diff)
downloadNim-a85493610cb49ca087084fa6f285f3834db5c1b1.tar.gz
Lexer: do not accept some invalid integer literals (#8089)
* Lexer: do not accept some invalid integer literals

* Use Natural instead of uint, and result variable
Diffstat (limited to 'tests/range/tn8vsint16.nim')
0 files changed, 0 insertions, 0 deletions
pan> ^
d0c4c738b ^







ef2dd2e47 ^
d0c4c738b ^


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