1
0
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:
joe-conigliaro
2020-04-29 21:08:39 +10:00
parent 51d0ce0222
commit 98cd013908
2 changed files with 11 additions and 7 deletions

View File

@@ -81,7 +81,7 @@ interface Speaker2 {
struct Foo {
//speaker Speaker
//speakers []Speaker
speaker Speaker
speakers []Speaker
}