mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
doc: document new static type methods
This commit is contained in:
@@ -382,7 +382,7 @@ pub fn (x Expr) str() string {
|
||||
return '${x.name}(${sargs})${propagate_suffix}'
|
||||
}
|
||||
if x.name.contains('__static__') {
|
||||
return '${x.mod}.${x.name}(${sargs})${propagate_suffix}1'
|
||||
return '${x.mod}.${x.name}(${sargs})${propagate_suffix}'
|
||||
}
|
||||
return '${x.mod}.${x.name}(${sargs})${propagate_suffix}'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user