Fixed loading SAM interfaces when they inherit abstract methods.
This commit is contained in:
+6
@@ -0,0 +1,6 @@
|
||||
package test;
|
||||
|
||||
import java.util.Comparator;
|
||||
|
||||
public interface SubstitutedSamInterface extends Comparator<String> {
|
||||
}
|
||||
Reference in New Issue
Block a user