module project.foo.templates.bar;

template Bar()
{
  //struct is not used anywhere
  public struct Eye{} //comment this line out and the error is gone.
}



Reply via email to