Community
Participate
Working Groups
package pkg; record myrec i int = 9; end The generated code contains: public class myrec extends AnyValue { But there is no import for AnyValue, causing a compile error.
fixed
Verified