mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
table: remove name from MultiReturn type
This commit is contained in:
parent
0c1d3ffbfe
commit
b4dbf9cacf
@ -278,8 +278,6 @@ pub const (
|
|||||||
)
|
)
|
||||||
|
|
||||||
pub struct MultiReturn {
|
pub struct MultiReturn {
|
||||||
pub:
|
|
||||||
name string
|
|
||||||
pub mut:
|
pub mut:
|
||||||
types []Type
|
types []Type
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user