diff options
author | Andreas Rumpf <rumpf_a@web.de> | 2021-12-04 07:42:58 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-04 07:42:58 +0100 |
commit | d584dd5b99f4c1e32477db2dfb791d52b0139df1 (patch) | |
tree | 54363ac661b46e59385dd3a0cb453bd967ddfba7 /tests | |
parent | 23c117a950a3ce0e3c85d4f89409075329648230 (diff) | |
download | Nim-d584dd5b99f4c1e32477db2dfb791d52b0139df1.tar.gz |
fixes #19015 [backport:1.6] (#19204)
Diffstat (limited to 'tests')
-rw-r--r-- | tests/misc/trfc405.nim | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/misc/trfc405.nim b/tests/misc/trfc405.nim index adc39b1df..8c967eb77 100644 --- a/tests/misc/trfc405.nim +++ b/tests/misc/trfc405.nim @@ -1,3 +1,6 @@ + +{.experimental: "flexibleOptionalParams".} + # https://github.com/nim-lang/RFCs/issues/405 template main = |