summary refs log tree commit diff stats
path: root/tests/misc/tcast.nim
Commit message (Collapse)AuthorAgeFilesLines
* Reject casts to builtin typeclasses (#14788)Danil Yarantsev2020-06-241-1/+8
| | | | | * Closes #14231, closes #14452 * Merge test to tcast.nim
* make megatest green againAndreas Rumpf2019-03-051-0/+1
|
* restrict casting for closure. (#5948); fixes #5742Parashurama2017-06-071-0/+23
* restrict casting for closure. This commit forbid casting a closure to anything other than another closure. use rawEnv/rawProc to access underlaying pointers. * better error message for closure cast * fixes #5742