FILE: namedArgument.kt
    public? final? fun foo(first: String = LAZY_EXPRESSION, second: Boolean = LAZY_EXPRESSION, third: Double = LAZY_EXPRESSION): R|kotlin/Unit| { LAZY_BLOCK }
    public? final? fun test(): R|kotlin/Unit| { LAZY_BLOCK }
