FILE: noParameterTypRefInCatch.kt
    public? final? fun foo(): R|kotlin/Unit| {
        try {
        }
        catch ([IsCatchParameterProperty=true] e: <ERROR TYPE REF: No type for parameter>) {
        }

    }
