View difference between Paste ID: Q1RZEr4p and 34dxcmcz
SHOW: | | - or go back to the newest paste.
1
void f(Object x)
2
    in
3
    {
4
        assert(x != null);
5
    }
6
    body
7
    {
8
        // do some magic
9
    }