blob: 197dbb8e7a6e4d5c7b7aabaa34755dc4e8631e97 [file] [log] [blame]
import java.lang.Exception;
public class Foo {
{
foo(X<caret>)
}
void foo(Class<? extends Throwable> c) {}
}
interface XIntf {}
class XClass {}