ui icon indicating copy to clipboard operation
ui copied to clipboard

V 0.4.7 7d81633 Compile error

Open myururdurmaz opened this issue 1 year ago • 0 comments

$ v deneme.v
/home/myururdurmaz/.vmodules/iui/src/component.v:38:24: error: `implements` lacks body
   36 | 
   37 | @[heap]
   38 | pub struct Component_A implements Component {
      |                        ~~~~~~~~~~
   39 | pub mut:
   40 |     text                string

myururdurmaz avatar Oct 04 '24 05:10 myururdurmaz