Community
Participate
Working Groups
using the following EGL ds SQLDataSource?; a1 any = new SQLDataSource(""); ds = a1; the assignment ds = a1 is missing a cast.
fixed
the generated code is not correct: SQLDataSource ds = null; egl.lang.EglAny a1; a1 = EglAny.ezeBox(new SQLDataSource("")); ds = EglAny.asAny(a1);
Created attachment 203593 [details] report here's the generation report for the program
fixed again verified