mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-18 04:21:24 +07:00
method ref: ensure capture conversion on first arg of second search
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
class MyTest {
|
||||
{
|
||||
Appender data = Map::appendData;
|
||||
}
|
||||
}
|
||||
|
||||
interface Map<B> {
|
||||
void appendData(String appender) ;
|
||||
}
|
||||
|
||||
interface Appender {
|
||||
void append(Map<?> map, String appender);
|
||||
}
|
||||
Reference in New Issue
Block a user