FILE: simpleFunctionsContractDescription.kt
    public? final? fun test1(s: MyClass?): R|kotlin/Unit|
        [Contract description] <
            LAZY_EXPRESSION,
            LAZY_EXPRESSION
        >
     { LAZY_BLOCK }
    public? final? fun test2(): R|kotlin/Unit|
        [Contract description] <
            LAZY_EXPRESSION
        >
     { LAZY_BLOCK }
