Community
Participate
Working Groups
Build Identifier: 20100218-1602 @namespace( uri="http://a.b.c/x/y/Z", prefix="p") package top; class A { B[*] HoldsB; } class B { } For the above emfatic document the editor reports a error on line 4 but the error actually occurs on line 8 (where ref has being omitted) Reproducible: Always Steps to Reproduce: 1. Create a new emfatic file 2. Paste above code 3. Save