1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

vfmt: verify

This commit is contained in:
Alexander Medvednikov
2020-07-16 19:46:03 +02:00
parent a989e017fe
commit 9b2cbdacc6
3 changed files with 17 additions and 1 deletions

View File

@@ -19,7 +19,7 @@ const (
pub struct Checker {
pub mut:
table &table.Table
table &table.Table
file ast.File
nr_errors int
nr_warnings int