mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
parser: fix mutability with chained fields
This commit is contained in:

committed by
Alexander Medvednikov

parent
dae4c4b83f
commit
4f0f99e663
@@ -214,6 +214,7 @@ struct Test2 {
|
||||
|
||||
struct Test {
|
||||
a string
|
||||
mut:
|
||||
b []Test2
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user