srecord noeq WidthAndHeightImpl(int width, int height) extends Meta is WidthAndHeight { public int getWidth() { ret width; } public int getHeight() { ret height; } }