Fork me on GitHub
Not signed in (Sign In)
  1.  
    Looking at the definition for InitializerGroup ( InitializerGroup(...initializers) ), I should be able to construct a group and pass in the initializers to use. However, the implementation does nothing with the initializers parameter, leaving an empty group.

    The workaround is to create the group and call addInitializer repeatedly on it.
    • CommentAuthorRichard
    • CommentTimeOct 19th 2009
     
    Thank you. The bug is fixed and the code checked in to SVN.