return ref scope有两种意思: 1,return ref和scope 2,ref和return scope. 通过查找函数返回来消歧.如按引用返回,则为1.否则为2.
return ref scope
return ref
scope
ref
return scope
函数返回
引用
1
2