j
k
j a
j l
Is this to be expected? Why does it run up?
object c=Stdio.File(); _refs(c);
Result: 2
c=c;
Result: Stdio.File(0, 0, 777 /* fd=-1 */)
_refs(c);
Result: 3
Result: 4
Back to the thread
Back to the list