// PARAM_TYPES: kotlin.Int // PARAM_DESCRIPTOR: val i: kotlin.Int defined in test fun test() { val i = 0 i plus `i` }