FILE: callMe.kt
    public final fun callMe(): R|kotlin/Int| {
        ^callMe Int(42)
    }
    public final fun other(): R|kotlin/Unit| {
        lval x: <implicit> = IntegerLiteral(1)
    }
