[sv-ec] super.T, this.T and variable_handle.T

From: Francoise Martinolle <fm_at_.....>
Date: Wed Aug 27 2008 - 05:48:46 PDT
If we allow super.T or this.T to access a typedef or a type parameter in
a class
should'nt we also allow to use a class variable prefix to access them
too?
 
module m;

class c;

     typedef int t;

endclass

c v;

v.t x;    // class variable prefix

endmodule

 

-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.
Received on Wed Aug 27 05:49:23 2008

This archive was generated by hypermail 2.1.8 : Wed Aug 27 2008 - 05:49:53 PDT