BEFORE MODIFICATION:
public final [ResolvedTo(BODY_RESOLVE)] fun x(): R|kotlin/Int| {
    ^x R|/doSmth|(String(str))
}

AFTER MODIFICATION:
public final [ResolvedTo(ANNOTATION_ARGUMENTS)] fun x(): R|kotlin/Int| { LAZY_BLOCK }
