FILE: genericCalls.kt
    public? final? fun <T> nullableValue(): T? { LAZY_BLOCK }
    public? final? fun test(): R|kotlin/Unit| { LAZY_BLOCK }
