mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-17 08:31:29 +00:00
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