bbbloyyer / scj-jsr302

Automatically exported from code.google.com/p/scj-jsr302
0 stars 0 forks source link

Array - #90

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
An array of types may point only to objects in the same scope as is the scope 
of the array. However, it could be possible to have also an array of objects 
that live in an upper scope.

E.g. array of ENUM types - ENUM types are @Scope(IMMORTAL).

See the railsegment for some examples!

Original issue reported on code.google.com by apl...@gmail.com on 28 Mar 2011 at 9:46

GoogleCodeExporter commented 8 years ago
this is already fixed

Original comment by apl...@gmail.com on 14 Jun 2011 at 10:46