This commit is contained in:
Bung
2023-04-21 18:05:50 +08:00
committed by GitHub
parent 418e54452b
commit d76458a6cd

6
tests/sets/t13764.nim Normal file
View File

@@ -0,0 +1,6 @@
discard """
errormsg: "conversion from int literal(1000000) to range 0..255(int) is invalid"
line: 6
"""
let a = {1_000_000} # Compiles