mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
checker: vfmt checker.v
This commit is contained in:
parent
a160038e1a
commit
68948c7947
@ -1388,7 +1388,6 @@ pub fn (mut c Checker) call_fn(mut call_expr ast.CallExpr) table.Type {
|
||||
// if arg_typ_sym.kind == .string && typ_sym.has_method('str') {
|
||||
// continue
|
||||
// }
|
||||
|
||||
if typ_sym.kind == .void && arg_typ_sym.kind == .string {
|
||||
continue
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user