Ignoring SAM adapters when checking for unimplemented methods or methods to override.
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
package foo;
|
||||
|
||||
public interface A {
|
||||
void foo(Runnable r);
|
||||
}
|
||||
Reference in New Issue
Block a user