mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-26 15:27:45 +07:00
lambda: don't hide raw substitutions in functional types hierarchies (IDEA-172301)
This commit is contained in:
+9
@@ -0,0 +1,9 @@
|
||||
import java.util.function.Supplier;
|
||||
|
||||
class MyTest {
|
||||
|
||||
public static final Inh values = () -> "";
|
||||
}
|
||||
|
||||
interface Inh extends Supplier {
|
||||
}
|
||||
Reference in New Issue
Block a user