mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
v2: fix typo & remove unneeded field
This commit is contained in:
parent
30c8a5a010
commit
b250ded3fa
@ -213,7 +213,6 @@ pub:
|
||||
imports []Import
|
||||
stmts []Stmt
|
||||
scope &Scope
|
||||
const_decls []ConstDecl
|
||||
}
|
||||
|
||||
pub struct IdentFunc {
|
||||
|
@ -48,7 +48,7 @@ pub fn (c mut Checker) check2(ast_file ast.File) []string {
|
||||
}
|
||||
|
||||
pub fn (c mut Checker) check_files(ast_files []ast.File) {
|
||||
// TODO: temp fix, impl proper solition
|
||||
// TODO: temp fix, impl proper solution
|
||||
for file in ast_files {
|
||||
c.file = file
|
||||
for stmt in file.stmts {
|
||||
|
Loading…
Reference in New Issue
Block a user