/home/crt/.vmodules/ui/listbox.v:126:49: expected = or :=
124|
125| // Returns the ID and the text of the selected item
126| pub fn (lb &ListBox) selected() ?(string, string) {
^
127| if !lb.is_selected() {
128| return error('Nothing is selected')
version: V 0.1.24 0d93eeb
OS: Linux mint
/home/crt/.vmodules/ui/listbox.v:126:49: expected
=or:=124|
125| // Returns the ID and the text of the selected item
126| pub fn (lb &ListBox) selected() ?(string, string) {
^
127| if !lb.is_selected() {
128| return error('Nothing is selected')