Change Signature: Update signatures of lambdas passed to SAM constructors
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
interface SAM {
|
||||
String <caret>foo(String s, int n);
|
||||
}
|
||||
|
||||
class JTest {
|
||||
static void samTest(SAM sam) { }
|
||||
}
|
||||
Reference in New Issue
Block a user