mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
cgen: fix interface struct sorting
This commit is contained in:
@@ -81,7 +81,7 @@ interface Speaker2 {
|
||||
|
||||
|
||||
struct Foo {
|
||||
//speaker Speaker
|
||||
//speakers []Speaker
|
||||
speaker Speaker
|
||||
speakers []Speaker
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user