mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
inline: don't check containing method call if inline to method reference
This commit is contained in:
+10
@@ -0,0 +1,10 @@
|
||||
|
||||
import java.util.function.Supplier;
|
||||
class Foo {
|
||||
|
||||
void o(){
|
||||
mm(() -> 1);
|
||||
}
|
||||
|
||||
void mm(Supplier<Integer> r) {}
|
||||
}
|
||||
Reference in New Issue
Block a user