Opened 6 years ago

Closed 6 years ago

#69 closed defect (fixed)

With statement and anonymous fields

Reported by: Thierry Delisle Owned by: Rob Schluntz <rschlunt@…>
Priority: major Component: cfa-cc
Version: 1.0 Keywords:
Cc:

Description

with statement does not work with anonymous fields:

struct inner { int value; };
struct outer { inner;     };

int foo(outer & this) with( this ) {
	return value;
}

Change History (1)

comment:1 Changed 6 years ago by Rob Schluntz <rschlunt@…>

Owner: set to Rob Schluntz <rschlunt@…>
Resolution: fixed
Status: newclosed

In 1485c1a:

Add anonymous members to Indexer in WithStmt? [fixes #69]

Note: See TracTickets for help on using tickets.