find lambdas passed into vararg methods

This commit is contained in:
peter
2016-07-21 12:16:41 +02:00
parent 262ef8de80
commit 0a4f995460
4 changed files with 22 additions and 3 deletions
@@ -0,0 +1,6 @@
public interface <caret>I {
void m();
}
interface J extends I {}