mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
fmt: keep comments after imports (#8483)
This commit is contained in:
@@ -283,7 +283,8 @@ pub:
|
||||
mod_pos token.Position
|
||||
alias_pos token.Position
|
||||
pub mut:
|
||||
syms []ImportSymbol // the list of symbols in `import {symbol1, symbol2}`
|
||||
syms []ImportSymbol // the list of symbols in `import {symbol1, symbol2}`
|
||||
comments []Comment
|
||||
}
|
||||
|
||||
// import symbol,for import {symbol} syntax
|
||||
|
||||
Reference in New Issue
Block a user