blob: 6b2f7dd7aea27358f048529e7b08981303bb8e4f [file] [log] [blame]
class Zoo2 {
{
foo(Key<caret>, true);
}
<T> void foo(Key<T> f, T b) { }
}
class Key<T> {
static <T> Key<T> create() {}
}