Files
Nim/tests/statictypes
Vindaar d9ee377517 fix #10339 by returning type attached to nkEmpty (#10370)
* fix #10339 by checking for nkObjConstr

* revert check for nkObjConstr, return type from nkEmpty node

The correct type needed in `semObjConstr` to fix #10339 is indeed
available, but attached to an `nkEmpty` node. These were previously
discarded in `semTypeNode`, which is used to extract the type for the
object.

* simplify return of PType from  `nkEmpty`

* also fixes #9866, add test case
2019-01-23 11:17:32 +01:00
..
2017-06-20 11:29:42 +02:00
2018-12-11 21:23:22 +01:00
2018-03-24 15:28:09 +01:00
2017-06-20 11:29:42 +02:00
2017-06-20 11:29:42 +02:00
2018-04-06 13:10:22 +02:00