invite to type type parameters when completing new Callable

This commit is contained in:
peter
2011-09-16 14:13:46 +02:00
parent ea64e090c3
commit 43eb3e6dc5
5 changed files with 28 additions and 12 deletions
@@ -0,0 +1,9 @@
public class Driver {
{
new Fooo<caret>
}
}
interface Foooo<T> {
void bar();
}