diff options
author | Zahary Karadjov <zahary@gmail.com> | 2017-05-08 21:45:37 +0300 |
---|---|---|
committer | Zahary Karadjov <zahary@gmail.com> | 2017-05-08 21:45:37 +0300 |
commit | 5e368f36390a8164abbedf2f6c79ead0f510df29 (patch) | |
tree | cd4aeececfec7a16722430458e336a4f3523f7c7 /lib/core/macros.nim | |
parent | 2a3455259618723b9a748b16e2fccf2a06b0c9cb (diff) | |
download | Nim-5e368f36390a8164abbedf2f6c79ead0f510df29.tar.gz |
support for external types with covariant generic params
Diffstat (limited to 'lib/core/macros.nim')
-rw-r--r-- | lib/core/macros.nim | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/core/macros.nim b/lib/core/macros.nim index 83776f16b..5e0d4030d 100644 --- a/lib/core/macros.nim +++ b/lib/core/macros.nim @@ -68,6 +68,8 @@ type nnkProcTy, nnkIteratorTy, # iterator type nnkSharedTy, # 'shared T' + nnkInTy, + nnkOutTy, nnkEnumTy, nnkEnumFieldDef, nnkArglist, nnkPattern |