blob: beb0d0ebef4672d222f168db550a36f05a1cad5b [file] [log] [blame]
class Test {
void method(ThreadLocal<? super String> l) {
l.substring(0);
}
}