ghkweon / dwscript

Automatically exported from code.google.com/p/dwscript
0 stars 0 forks source link

Suggestions missing for record operator results #441

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
It's currently not possible to get the correct suggestions for the result of 
record operators. This can be demonstrated with the TComplex type. Getting the 
suggestions for the members of a TComplex variable works fine. But not for the 
result of an operation like addition:

var C1, C2: TComplex;
(C1 + C2).  // Suggestions fail

Original issue reported on code.google.com by frederic...@gmail.com on 18 Sep 2013 at 8:37