class Test { void method(ThreadLocal l) { l.get().substring(0); } }