change class signature: use type param bounds inside class (IDEA-65529)

This commit is contained in:
anna
2011-02-28 15:18:40 +01:00
parent fe465cb425
commit 66ad21fdd9
4 changed files with 44 additions and 5 deletions
@@ -0,0 +1,6 @@
public class Foo {
Runnable getFoo() {
return null;
}
}