dfmt/tests/do_body.d
BBasile 46788e53ba Handle do as contract header and handle body as identifier (#360)
Handle `do` as contract header and handle `body` as identifier
merged-on-behalf-of: Brian Schott <Hackerpilot@users.noreply.github.com>
2018-06-14 23:29:47 +02:00

7 lines
102 B
D

import character.body;
void body() @nogc
in{} body{body = null;}
void body()
in{} do{ body = null;}