mirror of
https://github.com/dlang-community/dfmt.git
synced 2025-04-25 21:00:03 +03:00

Allow comments in selective imports. merged-on-behalf-of: Brian Schott <Hackerpilot@users.noreply.github.com>
5 lines
243 B
D
5 lines
243 B
D
import super_long_import_module_name : withSuperLongSymbolNames, andAlsoLotsOfThem;
|
|
import super_long_import_module_name : withSuperLongSymbolNames, andAlsoLotsOfThem, lotsAnsLots, andLots, andLotsOfThem, lineExceeds120;
|
|
|
|
private:
|
|
void foo();
|