mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
parser: fix last_line of no body C struct (#9809)
This commit is contained in:
@ -58,3 +58,5 @@ pub:
|
||||
14
|
||||
*/
|
||||
}
|
||||
|
||||
struct C.Foo {}
|
||||
|
@ -61,3 +61,5 @@ somefield4 int
|
||||
14
|
||||
*/
|
||||
}
|
||||
|
||||
struct C.Foo
|
||||
|
Reference in New Issue
Block a user