Redundant Sam Constructor inspection

This commit is contained in:
Natalia Ukhorskaya
2015-08-13 14:16:37 +03:00
parent ccb4abee95
commit bf7f56d458
25 changed files with 706 additions and 1 deletions
@@ -0,0 +1,5 @@
package a;
public interface JFunction0<T> {
T foo();
}