static void incIntThreadLocal(ThreadLocal tl) { tl.set(toInt(tl!)+1); } ifclass BetterThreadLocal static void incIntThreadLocal(BetterThreadLocal tl) { tl.set(toInt(tl!)+1); } endif