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

Handle `do` as contract header and handle `body` as identifier merged-on-behalf-of: Brian Schott <Hackerpilot@users.noreply.github.com>
7 lines
102 B
D
7 lines
102 B
D
import character.body;
|
|
|
|
void body() @nogc
|
|
in{} body{body = null;}
|
|
|
|
void body()
|
|
in{} do{ body = null;}
|