mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-17 15:54:03 +00:00
Ignoring SAM adapters when checking for unimplemented methods or methods to override.
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
package foo;
|
||||
|
||||
public interface B extends A {
|
||||
}
|
||||
Reference in New Issue
Block a user