1
0
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:
Lukas Neubert
2021-04-20 20:37:00 +02:00
committed by GitHub
parent 7abf59710b
commit 2df260acbb
3 changed files with 5 additions and 1 deletions

View File

@ -58,3 +58,5 @@ pub:
14
*/
}
struct C.Foo {}

View File

@ -61,3 +61,5 @@ somefield4 int
14
*/
}
struct C.Foo