On 2017-07-25 23:06, unDEFER wrote:
I have found the answer in the code.
Right code is:

Import imp = m.isImport();
if (imp !is null)

Thank you.

That's the correct solution. For Expression, there's a field called "op" that indicates what kind of expression it is, which can used in combination with a cast.

--
/Jacob Carlborg

Reply via email to