blob: 662160425d3e337cbdd689b9fdb5cce194d14fc5 [file] [log] [blame]
public class Driver {
{
new Fooo<caret>
}
}
interface Foooo<T> {
void bar();
}